I have a script that generates a nice dropdown menu for my website. It runs fine in IE, which is where I developed it, but does not work in Firefox. Can anyone tell me why?
The script:
My website using the script: (open in IE to see it working)
Thank you in advance to anyone who can help me. I've tried checking for document.getElementById and document.createElement, but I know that Firefox supports both of those. Is there some other object it doesn't support that I'm using, which I need to test for? Thanks!
The script:
My website using the script: (open in IE to see it working)
Thank you in advance to anyone who can help me. I've tried checking for document.getElementById and document.createElement, but I know that Firefox supports both of those. Is there some other object it doesn't support that I'm using, which I need to test for? Thanks!