[WSG] Navigation menu problem

2008-03-07 Thread Kevin Arrowsmith
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

Re: [WSG] Navigation menu problem

2008-03-07 Thread akella
hello, Study this one http://www.brunildo.org/test/IEWlispace.phpThere are a lot of combinations, fast dirty hack would be to give li's hasLayout li{zoom:1} On Fri, Mar 7, 2008 at 11:50 PM, Kevin Arrowsmith [EMAIL PROTECTED] wrote: Hi All, Im having a problem getting a menu to look

Re: [WSG] Navigation menu problem

2008-03-07 Thread aleagi
Heloo there, Try this: * html #nav li a { height: 1%; } I guess this can do the trick. Best Regards, Luiz Gustavo Aleagi Nunes - Nosce te ipsum - http://sapiensdc.com.br On Fri, Mar 7, 2008 at 6:50 PM, Kevin Arrowsmith [EMAIL PROTECTED]

RE: [WSG] Navigation menu problem

2008-03-07 Thread Thierry Koblentz
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Arrowsmith Sent: Friday, March 07, 2008 1:50 PM To: wsg@webstandardsgroup.org 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

RE: [WSG] Navigation menu problem

2008-03-07 Thread Kevin Arrowsmith
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thierry Koblentz Sent: 07 March 2008 22:32 To: wsg@webstandardsgroup.org Subject: RE: [WSG] Navigation menu problem From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Arrowsmith Sent

Re: [WSG] Navigation menu problem

2008-03-07 Thread Юрий Артюх
] 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

RE: [WSG] Navigation menu problem

2008-03-07 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ? Sent: Friday, March 07, 2008 3:22 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Navigation menu problem /*/ #nav a {position:relative;} /**/ Thierry, will this be seen only by IE8