francky wrote:

>This is the result: 
>http://home.tiscali.nl/developerscorner/css-discuss/liquidfish3.htm. FF 
>and IE seem to do what I wanted. :-)
>*But I'm sure the will be always something to solve* - don't know what it 
>is yet.
>
Michiel van der Blonk wrote:

>IE still shows the <li> with an extra break. 
>You can use the trick I learnt from (I think) this list:
></li
> ><li>
>to preserve your line breaks in the source.
>
Christian Heilmann wrote:

>Another option is to set the height for IE only to 1em:
>
>li{height:1em;}
>html>body li {height:auto;min-height:1em;}
>
>The second selector is only applied in more modern browsers.
>
Thanks for the improvements.
I saw another one: if the page fits in 1 screen, then in FF hovering 
over the last menu-item on the right side can cause flickering or 
shifting the last menu-item to the next line (leftside). It's the needed 
space for the scrollbar up-down, so setting html { height: 101%} is 
prohibiting this.
francky


______________________________________________________________________
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/

Reply via email to