View Single Post
  #13 (permalink)  
Old 02-13-2006, 01:29 PM
drummin drummin is offline
WebProWorld Pro
 
Join Date: Aug 2003
Location: California,USA
Posts: 294
drummin RepRank 0
Default

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
Reply With Quote