Karl Bedingfield wrote:
> Hi all,
> 
> I have coded a template in which I am having some problems with IE6.
> It is only the navigation that does not play fair in IE6. Everything
> else seems fine (apart from jcycle - but that's another group!) .
> 
> Here is my link: http://www.nuveautek.com/beta/
> 
> This is my navigation CSS: http://paste-it.net/public/pe23beb/
> 
> What might I be doing wrong for IE6 to go wobbly? :)


Hello Karl, IE6 is really having trouble. You have several bugs happing 
at once. I don't understand why IE7 is not affected.

For IE6, provide this CSS so those anchors don't gain hasLayout and IE6 
will fall into line.

* html ul#mainNav li a:hover {
                height: auto;
                }
* html ul#mainNav li.here a {
                height: auto;
                }



-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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