hi, ckosloff,
Worked on it for hours, finally located where the problem is, not because of the file "csshover.htc"
but the value of "position: absolute; top:-10000000px;"
here is the css code in "stylesheet_categories_menu.css"
div#nav-cat UL UL {
BACKGROUND: url(../images/menu_arrow_bg.gif) no-repeat 0px 100%; LEFT: 148px; PADDING-BOTTOM:4px; WIDTH: 162px; POSITION: absolute;TOP: -10000000px; HEIGHT: auto;
}
but do not know how to change, since FF3 & IE6 parse the value of "position:ablolute" differently;
can you please check for so many confused guys how to correct,
many appreciated.