|
Posted by BootNic on 05/20/06 18:16
> "dorayme" <doraymeRidThis@optusnet.com.au> wrote:
> news:doraymeRidThis-D458D6.10554820052006@news-vip.optusnet.com.au....
>
[snip}
>
> I have tested both the IE conditional and the "height:expression"
> one in IE6 (but not 5) and both remove that slight kink and have
> no side effects in at least Mac Safari, IE and Opera. As it
> happens, my built in validator in my text editor passes the one
> that you say will not validate, but other checks reveal
> different. iCab face does not smile (it smiles only when html and
> css is completely kosher) and just explains that "expression' is
> an "unknown css property". I could live with this but probably
> will go for the conditional. Hope this fix is not mucking up any
> other browser (like IE7 ... my offline Winbox has not got this
> yet).
I have read somewhere that the 3 Pixel Text Jog is suppose to get fixed in IE7, no
worries if you go with the conditional statement.
http://blogs.msdn.com/ie/archive/2005/07/29/445242.aspx
Just limit it to less then or equal to IE 6.
<!--[if lte IE 6]>
<style type="text/css">
ul {
height:1px;
}
</style>
<![endif]-->
--
BootNic Saturday, May 20, 2006 11:16 AM
Humor is an affirmation of dignity, a declaration of man's
superiority to all that befalls him.
*Romain Gary*
[Back to original message]
|