sorry...

after reading again i noticed the bit about these images being thumbnails. 

If you only want to remove the borders from thumbnail pics, you will
need additional selectors, ie;

a.thumbs img {border:none;} <-- all images inside anchors of the class 'thumbs'
div.thumbs img {border:none;}  <-- all images inside a div of the class 'thumbs'
#thumbs img  {border:none;}  <-- all images inside a div with the id of 'thumbs'

I hope that makes sense.
______________________________________________________________________
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