> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Behalf Of Harry Love
> Sent: 02 October 2006 23:40
> To: css-d@lists.css-discuss.org
> Subject: Re: [css-d] IE7 list jumps on hover
> 
> 

It seems to be a position relative problem.

This seems to do the trick

#menu #linklist_nav li {
        display: inline;
        /*position: relative;*/
        top: -4px;
}

Regards

Ian
-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.407 / Virus Database: 268.12.11/460 - Release Date: 01/10/2006

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to