On 11/14/05, bill <[EMAIL PROTECTED]> wrote:

> 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/

Reply via email to