Thanks, that works a treat!
I love this list!
tekin

-----Original Message-----
From: Ray Mike Troy Pello [mailto:[EMAIL PROTECTED] 
Sent: 13 September 2005 16:43
To: [EMAIL PROTECTED]
Cc: Tekin Suleyman; [email protected]
Subject: Re: [Fwd: Re: [css-d] suckerfish issue]


Ray Mike Troy Pello wrote:  
 
Found the problem.. you used display: block; to show the list of
dropdowns on IE this is somewhat buggy and tend to have some margin
problems on IE.
I tried a couple of steps but i think adding ul#mainnav li to include
float: left; instead of display: block; does the trick. 

The code should be :

ul#mainnav li {
    display: block;
    float: left;
    background:white;
    font:11px;
    }

Of course then the boxiviy div below it would need to be adjusted. But i
hope this can help your problem.
Double stylesheet wont help .. more work IMO 

=)

Regards,
Ray Pello


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to