Alex Yeh
08-30-2007, 01:29 AM
Hello, folks
I recently spent some time designing a dropdown menu that uses CSS layered divs and DOM-based javascript. I tested the CSS and XHTML against the w3c validator, and it passed the test. This menu displays beautifully in all the web-standards compliant browsers.
However, when I try looking at it on MSIE, nothing at all displays.
I realize that designing my own dropdown menu is kind of like reinventing the wheel, but it was just something I wanted to try.
Here are some links to the code involved:
The dropdown (http://www.its-lala.com/dropdown/)
The CSS (http://www.its-lala.com/dropdown/stylesheets/nav.css)
The Javascript (http://www.its-lala.com/dropdown/javascripts/dropdown.js)
Any insight would be much appreciated; thanks. :)
I recently spent some time designing a dropdown menu that uses CSS layered divs and DOM-based javascript. I tested the CSS and XHTML against the w3c validator, and it passed the test. This menu displays beautifully in all the web-standards compliant browsers.
However, when I try looking at it on MSIE, nothing at all displays.
I realize that designing my own dropdown menu is kind of like reinventing the wheel, but it was just something I wanted to try.
Here are some links to the code involved:
The dropdown (http://www.its-lala.com/dropdown/)
The CSS (http://www.its-lala.com/dropdown/stylesheets/nav.css)
The Javascript (http://www.its-lala.com/dropdown/javascripts/dropdown.js)
Any insight would be much appreciated; thanks. :)