Blake wrote:

> I have a strange IE6 issue where the #nav a's seems to have collapsed
>  into a vertical list of block As, seemingly ignoring the float: 
> left; applied to the LIs...
> 
> http://svitavice.blakehaswell.com/

Caused by the 'display: block' on the anchor.

You can add...
* html #nav li a {display: inline-block;}
...and get a more cooperative IE6.
('display: inline-block' acts as a 'hasLayout' trigger btw.)

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

Reply via email to