I'm supposed to be ignoring Opera for the time being and just getting my site up and running, but this problem is really driving me crazy. Here's the issue. I have implemented pull-down menus for my site using JavaScript. They work great in all browsers EXCEPT Opera. In Opera, they don't show up at all. I know that JavaScript is turned on because I have a rollover image that DOES work in Opera. It's just the menus that don't. (A bit of a navigation problem for users.)
When I try inserting "alert" commands into my Javascript code to help me debug it, they don't show up either. Write/writeln also shows nothing. There are NO errors generated in the Javascript. It's just that no menus appear. The Javascript source says it works in Opera, and in fact when I run the sample provided with the source FROM THAT SITE in my Opera browser, I do see the menus. But, if I copy the exact code to my own server and look at it in the same browser window, NOTHING shows up!
If I could just view the output of my alert statements, I might be able to start debugging it. But as it stands, I'm completely in the dark.
Does anyone (perhaps David?
) have any advice as to how I might figure out what the problem is?
Thanks, Jeanie
When I try inserting "alert" commands into my Javascript code to help me debug it, they don't show up either. Write/writeln also shows nothing. There are NO errors generated in the Javascript. It's just that no menus appear. The Javascript source says it works in Opera, and in fact when I run the sample provided with the source FROM THAT SITE in my Opera browser, I do see the menus. But, if I copy the exact code to my own server and look at it in the same browser window, NOTHING shows up!
If I could just view the output of my alert statements, I might be able to start debugging it. But as it stands, I'm completely in the dark.
Does anyone (perhaps David?

Thanks, Jeanie
Comment