Mick CFP (CW) wrote: > I'm having an issue with a vertical menu not aligning correctly in IE7. > It should right align towards the center content. The page is at > http://www.micksmanor.com/home.php > > The related CSS is at http://www.micksmanor.com/hometop.css and > http://www.micksmanor.com/lizesong.css > > TIA for any advice and explanations or links to more info on this issue > will be appreciated. >
Hi Mick, Have you tried removing float:left from the "#lizmenu ul" selector? Since you're already floating #left, I'm not sure you need to float the UL as well...this is causing the width to collapse in IE, which is why you're getting the unwanted alignment (I think). I'm on my Ubuntu system at the moment and would have to download your whole site to test it on my Windows setup. Let me know if this works out for you, otherwise I'll grab a copy of it and test it on the XP machine. --Bill -- /** * Bill Brown * TheHolierGrail.com & MacNimble.com * From dot concept...to dot com...since 1999. ***********************************************/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
