Ingo Chao wrote: > > > 2009/6/7 David Laakso <da...@chelseacreekstudio.com > <mailto:da...@chelseacreekstudio.com>> > > Not able to kill border-bottom (text-decoration) under clickable h1 > image -- all inside pages -- ie/6.0. > Now what l'll do? > > html > <http://chelseacreekstudio.com/yl/yar/projects/k2.html> > css > <http://chelseacreekstudio.com/yl/yar/css/style.css> > ie/6.0 specific styles > <http://chelseacreekstudio.com/yl/yar/css/url(style_.css)%20screen > <http://chelseacreekstudio.com/yl/yar/css/url%28style_.css%29%20screen>> > > > Hi David, > > IE6 applies these rules to the H1 A: > ( from IE Developer Toolbar, View, Source, Dom:Element+Styles) > > /* Rule 6 of ../../yar/css/style.css */ > H1 A { > BORDER-BOTTOM: medium none > } > > /* Rule 27 of ../../yar/css/style.css */ > .c A { > BORDER-RIGHT: medium none; > BORDER-TOP: medium none; > FONT-WEIGHT: bold; > PADDING-BOTTOM: 1px; > BORDER-LEFT: medium none; > COLOR: #777; > BORDER-BOTTOM: #eee 1px solid; > TEXT-DECORATION: none; > outline-width: 0 > } > > So the BORDER-BOTTOM: #eee 1px solid; wins. > > best > Ingo > >
Ingo, it took your sound advice, and consultation with the GodFather, to get ie/6.0 to obey. html: added class .c1 <h1><a class="c1" href="" alt="" width="" height=""/></a></h1> css: * html h1 a.c1 { border: none!important;} Thanks, Guido ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/