Hi Craig (and the others who responded so quickly)!

I probably should've done this in the first place but since the fixes you
sent -- they were all the same fix BTW: img a { border: none; } -- didn't
fix my problem, here's a link to the partial page: 
http://www.first-encounter-design.com/test . The relevant CSS is here:
http://www.first-encounter-design.com/test/css/testmain.css   

In FF, the image nav is the way I think it should look. In IE6, there's a
blue border around the navigation images, indicating, I think, that they are
links. I'd like to remove those puppies.

Thanks for your help.
Bill Scheider

> Anyone know how direct IE to remove the (default ?) border it places
around
> images that serve as links? i.e. <a href="dang.html"><img
> src="images/about-hnav.jpg" alt="hey, hey, hey" /></a>

a img { border: none; }

Translated, that means any <img> element which is a descendent of an
<a> element will have no border styling.


--
Craig, www.focalcurve.com
______________________________________________________________________
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/


______________________________________________________________________
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