[EMAIL PROTECTED] wrote:

>>I believe this is the white-space bug.  IE will render the white
>>spaces between list items.  One good technique for defeating the bug
>>is to put the white space inside the list item tags, like so:
>>
>><ul><li>stuff</li
>>  ><li>more stuff</li
>>  ><li>and so on</li></ul>
>>
>>Note that the line break is INSIDE the tags, so there is no white
>>space BETWEEN the tags.  That's generally the easiest way to do it,
>>although there are other methods, as well.
>>    
>>
>
>Thanks for the suggestion, Adam.
>
>As a test, I put the whole navigation group on a single line.
>
>It shrunk the line-height of the top-level navigation but left the
>sub-level untouched:
>http://home.capecod.net/~cape84/Start/navigate2.html
>
>Gives me some more stuff to think about, though.
>
>David
>
Hi David,
I've some more to think over: just IE-only adapting the padding of the 
li's, then the <li
 ><li> or single code line is not needed.
See testpage over here 
<http://home.tiscali.nl/developerscorner/css-discuss/test-navigate.html>.
I placed the IE-code in a conditional comment; seems all the other 
IE-hacks can possibly be dangerous in IE7...
As long as there is no external style sheet needed, the CC can be placed 
directly in the head as well.
Decisions, decisions! ;-)

Greetings,
francky

ps: something in the DOCtype is not 100%, tells the html-validator.



______________________________________________________________________
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