Francky wrote:

>[...]
>* html #p8PMnav li { 
>    width: 1%; 
>    white-space: nowrap;
>}
>Here is the testpage 
><http://home.tiscali.nl/developerscorner/css-discuss/test-muohio.htm>
>
>David A. Ensor wrote:
>You've added a new trick for my arsenal...and my world thanks you! 
>Yes, there's much validation to do; this dept asked me to help them fix
>their lack of standards-based code.  After menus get updated, the site 
>gets a XHTML overhaul.
>Thanks so much for the fix!
>  
>
... and also without the * html hack, correcting the IE error by another 
IE error (still - x - = +):

#p8PMnav li { 
    float: left;
    width: auto !important;
    width: 1%;
    white-space: nowrap;
}

because IE doesn't interpret the !important as it should; all browsers 
take the width auto, except IE.
New testpage 
<http://home.tiscali.nl/developerscorner/css-discuss/test-muohio2.htm>.

I'm not sure what IE7-definitive will do,
see MSDN IEBlog 
<http://blogs.msdn.com/ie/archive/2005/07/29/445242.aspx#445489>,

but as far IE7 is now, it seems alright.
See browsershots-screen 
<http://browsershots.org/website/http://home.tiscali.nl/developerscorner/css-discuss/test-muohio2.htm>.

Greetings,
francky




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to