Previous Message
Next Message

Unwanted Space between two stacked unordered lists

Sent by Mauricio Samy Silva on 24 April 2007 20:08


> The menu at the very top of this page is composed two unordered lists
> stacked on top of each other.
>
> #navlist
> #navlist2
>
> In IE6/IE7, there is space between the ULs; in FF, there is not. I CANNOT
> figure out why IE6/IE7 puts space between them. Can anyone enlighten me?
>
> http://www.sarasotahousing.org/homepage-for-template.php

This is a haslayout [1] issue.
Fix it adding 100% width for the navigation lists:

#home UL#navlist2 {
width:100%
....
}

#home UL#navlist {
width:100%
....
}

Regards,

[1] http://www.satzansatz.de/cssd/onhavinglayout.html

Maurício Samy Silva
http://www.maujor.com/

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/
Previous Message
Next Message

Message thread:

Possibly related: