-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thierry Koblentz Sent: 07 March 2008 22:32 To: [email protected] Subject: RE: [WSG] Navigation menu problem
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Arrowsmith > Sent: Friday, March 07, 2008 1:50 PM > To: [email protected] > Subject: [WSG] Navigation menu problem > > Hi All, > > Im having a problem getting a menu to look right in IE6, it can be found at http://darkvirus.homeip.net/~darkness/h2/new/ > > IE7 and FF seem fine but IE6 seems to put a margin under each link and I cant seem to get rid of it (IE8 only seem to change the background colour > when the mouse is over the text or border which I put on earlier). For ie8 try this: /*/ #nav a {position:relative;} /**/ -- Regards, Thierry | http://www.TJKDesign.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ******************************************************************* Thanks guys, * html #nav li a { height: 1%; } Solved the IE6 problem and /*/ #nav a {position:relative;} /**/ fixed the IE8 problem Thanks Kevin ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
