From: Lorraine Nepomuceno <[EMAIL PROTECTED]>

>Arrgghh... it looks like I spoke too soon. The borders on the images  
>are gone in Safari, but I still see them on Firefox and Camino.  
>Please help!
>
>http://www.splashscreen.com/test.html
>
>with CSS at http://www.splashscreen.com/base.css

The border is on the anchor element containing the image, not on the image. You 
will probably need to add a class attribute to that anchor, and write a 
selector specifically for it to remove the border. Following is a suggestion of 
how to do what I'm talking about. (extra spaces added within tags)

.noborder {border: none;}

< p >< a href="portfolio.php" class="noborder"" > <img 
src="images/ssoffice.png" alt="Test" />< /a >< /p >

hth, 
~holly 
 
                   
______________________________________________________________________
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