Thank you so much for your help! I know it's not the most elegant code. I usually program in C or C++, and I just kind of threw this together as whatever I could get to work. I appreciate all your comments.
Yeah, I know about the digital scrapbooking downloads - I didn't finish uploading...
I wrote a script that generates a nice custom dropdown menu for my website. It displays/runs fine in IE, which is where I developed it, but does not work in Firefox. The Firefox Javascript debugger does not report any errors, so I think it's probably a CSS problem, not a Javascript problem...
If you open the website in IE, there is a row of tabs under the title graphic. Click on Writings, for instance, and a list of links drops down.
I looked at the Firefox built-in JavaScript debugger. There were no messages at all.
You can send info from one page to another using the ? at the end of the URL. On the input page, dynamically link to the page to which you want to send the data, with something like "?myInput=this" at the end of the URL. Then you can retrieve it with Javascript in the receiving page like this...
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:
http://www.davidschoenberger.net/joy/Javascript/dropDown.js
My website using the script: (open in IE to see...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.