PDA

View Full Version : Flyout Broken in IE6



MaggieBroon
August 14th, 2007, 10:34 AM
Can anyone give me any tips on why the flyout menu on this (http://www.gcvgreennetwork.gov.uk/new_website/) site wont play nice in IE6. It makes me wanna cry!!

The rollover seems to be shorter in height than the button and the flyout doesnt appear!!

ditt0
August 14th, 2007, 01:52 PM
In ie6 :hover doesn't work, so you'll have to use a javascript for it. For the li height being different from the link height you could apply height:1% on the li property.
Anyway, you might wanna take a look at this:
http://www.alistapart.com/articles/horizdropdowns/

MaggieBroon
August 14th, 2007, 05:55 PM
In ie6 :hover doesn't work, so you'll have to use a javascript for it. For the li height being different from the link height you could apply height:1% on the li property.
Anyway, you might wanna take a look at this:
http://www.alistapart.com/articles/horizdropdowns/

D'oh! I knew that already. I can be so dense sometimes, I've done drop-downs before and had this problem. I will go and break apart the last one I did. Cheers love!