I am creating a website. The website uses DHTML with CSS and Java Script to create some drop down menus. The drop down
menus look great when displayed in FireFox, but when displayed in Internet explorer, the drop down menus are not displayed correclty.
Basically when the drop down menus is displayed in Internet Explorer, other graphic images appear to be super imposed on top of the
drop down menus. So technicaly from a rendering viewpoint in Internet Explorer the images on the web form appear to be displayed last.
When the menu should instead be displayed last so that it can overlay the graphic images. Does anyone have any idea as to what the
problem might be with Internet Explorer?
<script type="text/javascript">
<!--//--><![CDATA[//><!--
startList = function() {
// emulates :hover pseudo-class event for IE browsers
// required for css dropdowns
if (document.all&&document.getElementById) {
navRoot = document.getElementById("primenav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes
;
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
}
}
}
}
}
_____________________________
Hotels in York Ltd Belt buckles