Thread
:
Flash on top of HTML help cant find a solution
View Single Post
chrismann
2009-01-05 #
2
Last edited by chrismann : 2009-01-05 at
13:40
.
yeah... Unless someone knows something I don't know... you can't put links behind a transparent Flash file.
I can see two options:
1. Use Javascript, not Flash for your menus (mootools is an easy implementation)
2. Maybe you can split your menu into two SWFs. One for the menu and one for the dropdowns. If placed in separate DIVs, you can hide the rollover div when the menu is not rolled over, and show it when the menu IS rolled over using javascript functions. -- similarly you might be able to change the size of the div dynamically with javascript, but I have not seen that work.
Good luck
chrismann
View Public Profile
Find all posts by chrismann