Hi all, My first email to the list, just joined a couple of days ago..
Amit, that one looks like IE's rendering of a space character between li's containing block elements ie. <a style="display:block"> , when you have white space between your <li>s (as one would). eg: <li><a href="#">subitem two</a><li> <li><a href="#">subitem three</a><li> will leave a space between items, but: <li><a href="#">subitem two</a><li><li><a href="#">subitem three</a><li> will not result in the space.. I'm not quite sure if there's a tidy solution to this... I'm currently either putting all <li>s on a single line of code, or breaking the tags in an irregular manner. Anyone got anything better? hank -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Amit Karmakar Sent: Monday, 7 June 2004 11:31 PM To: [EMAIL PROTECTED] Subject: RE: [WSG] Help with IE 6 I tried to add a 'sublevel' to the exisiting lists in order to bring out the second level. Works fine in Opera/Win Mozilla/Win But shows gaps in IE in the subnavlists. Any help would be appreciated. Thanks people. URL: http://www.maysvillerotary.org/testindex.htm CSS http://www.maysvillerotary.org/assets/styles/textmaysvillerotary.css Regards, Amit Karmakar www.karmakars.com ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
