John wrote:
> I have a client who wants a border around the images in the gallery

John,

Would setting the border attribute to '1' on the image suffice?[a]. Can be done 
in the CSS if require[b]. Or on gallery-only images by declaring a class on the 
relevant image[c].

HTH

aj
--

[a] <img src="" alt="" title="" width="" height="" border="1" />
[b] img {border: 1px solid #123;}
[c] .galleryImg {border: 1px solid #123;} <img src="" alt="" title="" width="" 
height="" class="galleryImg" />

.
______________________________________________________________________
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