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]> wrote:
>
>
>
>
>  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).
>
>
>
> To save you looking through the source the relevant css is
>
>
>
> #nav
>
> {
>
>     float: left;
>
>     width: 195px;
>
>     margin: 0 0 10px 0;
>
>     text-align: center;
>
>
>
> }
>
> #nav ul
>
> {
>
>     list-style-type: none;
>
>     padding: 0;
>
>     margin: 10px auto;
>
>     background: #f2edf6;
>
>     width: 175px;
>
>     border: 1px solid #7d50a6;
>
>     text-align: left;
>
> }
>
> #nav li
>
> {
>
>     font-size: 13px;
>
>     padding: 0;
>
>     margin: 0;
>
> }
>
> #nav li a
>
> {
>
>     display: block;
>
>     padding: 5px;
>
>     text-decoration: none;
>
>     font-weight: bold;
>
>     color: #7d50a6;
>
>     background: #f2edf6;
>
>     margin: 0;
>
> }
>
> #nav li a:hover
>
> {
>
>     text-decoration: underline;
>
>     background: #dccce9;
>
> }
>
>
>
>
>
> PS. Any general comments or recommendations on the site are greatly welcome.
>
>
>
>
>
> Thanks
>
> Kevin
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to