> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Mick CFP (CW) > Sent: Friday, July 04, 2008 12:12 PM > To: CSS Discuss > Subject: [css-d] IE7 Alignment Issue > > 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.
What creates the gap on the left hand side of the menu in Firefox is the default padding, but margin is zero out so in IE there is no gap. A simpler aproach would be to float that menu to the right instead of left. -- Regards, Thierry | http://www.TJKDesign.com ______________________________________________________________________ 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/
