Hi,

I have a page with mutiple <div class="article"> attributes. inside
each one of them I have another <div> with a image on it so it's
something like this

<div class="article">
  <div class="article-image"><img src="..."></div>
</div>
<div class="article">
  <div class="article-image"><img src="..."></div>
</div>
<div class="article">
  <div class="article-image"><img src="..."></div>
</div>

*Note, this is not the complete markup, is just a simple testcase ...

Is it possible to write a css that AUTOMATICALLY only shows the image
on the first div ?
Does not need to work on IE, only Firefox, but if it works on ie, better yet.

TIA
Grillo
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to