David,

This may be a rather old fashioned solution anymore...it's how I've 
fixed it for a long time. In your HTML get rid of all the whitespace in 
the list in question. So that it looks like this:

<ul><li><a hre........>About the...</a></li><ul><li><a hre...>About 
us</a></li></ul>

For whatever reason that whitespace causes IE to add extra space between 
list items.

Hope that does the trick.

Darren

www.darrenfauth.com




Sebastian Dammark wrote:
> Try this instead:
>  
> #navigation ul ul {
>  list-style-type: none;
>  margin: 0px;
>  padding: 0px;
>  } 
>  
> // Sebastian
>
> ________________________________
>
> Fra: [EMAIL PROTECTED] på vegne af M S
> Sendt: to 11-05-2006 13:09
> Til: [email protected]
> Emne: [css-d] ul breaks up in Explorer
>
>
>
> Hello,
>
> I'm fairly new to CSS and was testing a page I made. It
> looks fine in Firefox and Safari on a Mac. It has a few
> spacing differences in Opera, but I can live with them.
> But in Windows Explorer 6 the navigation list - which
> is a styled ul - breaks up. I was wondering if anyone
> can tell me why?
>
> Here is the html page:
> http://homepage.eircom.net/~mika/recipes/index.html
>
> and here is the css:
> http://homepage.eircom.net/~mika/recipes/main_stylesheet.css
>
> Thanks in advance!
> Mika


                

______________________________________________________________________
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