Skip to main content
Participant
October 17, 2011
Question

Dynamic menus using bw-menu.js

  • October 17, 2011
  • 1 reply
  • 565 views

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

This topic has been closed for replies.

1 reply

Participating Frequently
October 18, 2011

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