View Single Post
chrismann chrismann is offline 2009-01-05 #2 Old  
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
Reply With Quote