The problem is in part because of the frameset redirect. I'm on a laptop with Win 7 and IE 9. If I go to:
orselliphoto.com
It doesn't work. I can't get over the drop down because it disappears as soon as I move off of the trigger image.
But if I go to the actual page:
orseinv.com/orselliphoto/
It works fine.
I'm not really sure why. But the solution is obvious, don't use the frameset redirect.
When I have more time I might be able to figure out exactly why the redirect causes it to do that and perhaps even a way to fix it so that you can use the redirect. But again, as I say, the easiest way to fix it is to not use the redirect.
It looks like it's only a problem in IE and that it has something to do with the way the script detects the document ready state of the page, but I'm not certain yet.
BTW, the overlap Beverleyh was mentioning is a known issue with this script. If you add display: inline-block to the trigger link (not the image, the a tag), that fixes the overlap. Add to the stylesheet:
Code:
.menuanchorclass {display: inline-block;}
Bookmarks