|
Posted by dorayme on 05/20/06 03:55
In article <Jmabg.73760$F_3.59036@newssvr29.news.prodigy.net>,
"BootNic" <Bootnic@bounce.prodigy.net> wrote:
> > "dorayme" <doraymeRidThis@optusnet.com.au> wrote:
> > news:doraymeRidThis-695CCB.09541019052006@news-vip.optusnet.com.au....
> >
> > Would appreciate any recommendations to make the list at
> > http://tinyurl.com/zcpgv behave itself in WinIE closest to this
> > sort of markup and css?
>> ... In particular, a slight kink in the
> > list as it clears the float. I have now forgotten where I read up
> > about this jag and what was recommended.
>
> http://www.positioniseverything.net/explorer/threepxtest.html
>
Thank you Bootnic, I greatly appreciate this, saved me possibly a
lot of time trying to find this again. It is exactly where I read
it and it is in my bookmarks!
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).
> ul {
> height:expression('1px'); /* will not validate */
> }
>
> OR
>
> <!--[if IE]>
> <style type="text/css">
> ul {
> height:1px;
> }
> </style>
> <![endif]-->
--
dorayme
[Back to original message]
|