Where Did That Menu Go?

Apr 2 by Michael Benner

A large intranet site I maintain and develop for has drop down menus in the header for navigation through out the site. This has worked well for them until recently. They have start making a move to more CFCharts and have started changing modules to Flex in some instances, with this start a strange menu behavior in FF2. The menus would fall behind the "Flash" movie. To fix this

in Flex remove the script embedding in the Flex Builder based a HTML file and in the

<noscript>
portion of the code add
wmode="transparent"
as a parameter. I am still looking on how to do this without removing the script and how to port this to the dynamically generated CFCharts.

FWIW this is not an issue (yet?) in FireFox 3 Beta 4 on the Mac.


Comments (0)              | 310 Views | Tags: Design, Coldfusion, Flex


Comments