Rebecca Richter wrote:

> The site I'm working on currently is www.montola.com. My problem is 
> with my css "hover" and "active" states on the navigation menu in IE 
> 6.

Make you 'ie6.css' styles look like this...

/* CSS Document */

#flashcontent {
        margin-right: 0px;
        padding-right: 30px;
}
.navbar {
        margin-left: 7px;
}

.navbar ul {
height: 1%;
}
.navbar ul li, .navbar ul li a {
display: inline-block;
}


...and IE6 will expand the list-items and anchors and position the
flower correctly.


You'll probably need an additional "whatever:hover"[1] for those flyouts
to work in IE6.

regards
        Georg

[1]http://www.xs4all.nl/~peterned/csshover.html
-- 
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