Connected Internet Forum
January 07, 2009, 23:29:24 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to the new Connected Internet Forum!
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Drop down DHTML menus don't display properly in IE but they do in FireFox?  (Read 204 times)
0 Members and 1 Guest are viewing this topic.
samit
Newbie
*

Karma: +0/-0
Offline Offline

Sri Lanka Sri Lanka

Posts: 1


View Profile
« on: July 24, 2008, 10:52:58 AM »

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
Logged
tecktalk
Newbie
*

Karma: +0/-0
Offline Offline

India India

Posts: 22


View Profile
« Reply #1 on: September 29, 2008, 13:05:27 PM »

your code is fully incorrect dear...
____________________________
Webkinz codes arab chatting
Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.08 seconds with 20 queries.