LouPhi
05-09-2008, 05:12 AM
I'm using csshover.htc to create a pop-out menu - in Firefox it looks great, and it appears ok in IE7, however in IE6 and below the menu is rendering horribly - see http://www.athenecreations.co.uk/cf/
There are big gaps between each top level item, and then a gap when the sub-menus pop out, which means by the time you've moused across to the sub-menu, it disappears as it assumes the mouse has gone 'off' the menu!
Its v frustrating... any ideas??
Thanks
LP
JUST NOTICED: In Firefox, Safari and IE6< the sub-menu also cuts off after 10th item, which could be due to a 'min-height' setting in the stylesheet #content DIV:
#content {
width:100%;
margin-top:10px;
min-height: 380px;
padding-left: 2px;
clear: both;
overflow: hidden;
}
* html #content {
height: 380px;
overflow: hidden;
}
HELP!?!?!?!?!
There are big gaps between each top level item, and then a gap when the sub-menus pop out, which means by the time you've moused across to the sub-menu, it disappears as it assumes the mouse has gone 'off' the menu!
Its v frustrating... any ideas??
Thanks
LP
JUST NOTICED: In Firefox, Safari and IE6< the sub-menu also cuts off after 10th item, which could be due to a 'min-height' setting in the stylesheet #content DIV:
#content {
width:100%;
margin-top:10px;
min-height: 380px;
padding-left: 2px;
clear: both;
overflow: hidden;
}
* html #content {
height: 380px;
overflow: hidden;
}
HELP!?!?!?!?!