On 13 Apr 2007, at 12:44, Susan T (cocomomi) wrote:
> please ignore my previous message.
> I have figured out what was happening with the image borders.  just
> needed to add border="0

This CSS rule should do the same thing:

     img {border:0;}

And takes up far less file size than adding that attribute to all  
images. Seems to work in FF 2.0/Mac as well.

Your previous selectors aren't working because technically speaking  
the image maps aren't links, so:

     a img {}

doesn't select the right images.



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to