Christian Heilmann wrote:
> Instead of messing up your code to bow to Redmond, you can do the following:
>
> a) Remove all linebreaks in your list
> b) add the linebreaks INSIDE the tag brackets:
> <ul
> ><li>bla</li
> ><li>bla</li
> ><li>bla</li
> ><li>bla</li
> > </ul>
>
> c) Tell MSIE to make the LI 1em high and real^H^H^H^H more modern
> browsers to keep the height to auto. As MSIE does not see "height" as
> an absolute and extends it should the list item exceed one line that
> also works.
>
> li{height:1em;}
> html>body li{height:auto;} /* MSIE <7 does not get this as it doesn't
> get the > selector */
That's it! Perfect. Exactly what I wanted.
I've posted the corrected page online:
+ http://dev.adrianocastro.net/help/0006/0006_solved.html
Thank you very much.
AD
--
[EMAIL PROTECTED]
www.adrianocastro.net
______________________________________________________________________
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/