Previous Message
Next Message

border-bottom not appearing in IE7 ?

Sent by Rob Emenecker on 29 April 2009 00:12


Thanks Tim,

> little. Set the element to inline and then trigger hasLayout. e.g.
> 
> #footer .links ul li { display: inline;  zoom: 1;  }

I assumed the AP divs would triggered hasLayout, and forget that it is an
element-by-element issue. As such, your fix was close, but was applied to
the wrong element. It needed to be applied to the <A> element. So what I did
was put a condition IE statement in that simply pulled in the following fix
that resolved it for IE7.

#footer a {
	zoom: 1;
	padding: 0 2px 1px 2px;
	color: #FFF;
	text-decoration: none;
	border-bottom: dotted 1px #FFF;
	}

Thanks for the info and helping me get my bearings on this. (I'm having a
sense of deja vu, so it's likely that I asked this a while back too. Doh!)

....Rob

____________________________________
Rob Emenecker @ Hairy Dog Digital
www.hairydogdigital.com
 
Please note: Return e-mail messages are only accepted from discussion groups
that this e-mail address subscribes to. All other messages are automatically
deleted.

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread: