Hi Marcie,
I had the same problem on a site I'm working on.
I took Paul's advice and found a soluntion.
On your site, just add this div around your menu.
I didn't do a check as I don't want to download your CSS etc. But this worked on my project. Here's the code.
<div onMouseover="if (document.all&&!window.opera){document.all('jump_m enu').style.visibility='hidden'};" onMouseout="if (document.all&&!window.opera){document.all('jump_m enu').style.visibility='visible'};">
Don't forget to close your div after your menu table.
Best to ya,
Drummin
|