Copy link to clipboard
Copied
I am trying to apply the above script to my navigation, but I'm having a problem. I've used this in the past with success, I don't kow why this is not working now.
It is creating a fade-out effect on mouse out, it works fine with the Graphic Design menu, but the Fine Art submenu fades away on it's own.
http://www.melissareischman.com/index1.html
How to I get the Fine Art submenu to behave the same way that the Graphic Design menu does?
TIA
Melissa
Copy link to clipboard
Copied
Hello Melissa
did you notice that one of your onmouseovers has a typo?
onmouseover="setmenu('menuFa')" onmouseout="clearMenu('menuFA')"
script can be finicky and maybe its defaulting to your opacity default? I just glanced but that caught my eye.
Tina