This may be difficult to explain, but I don't have an examine to show you. I have a Flash menu that will be integrated withan HTML page. When the user rolls over the menu buttons, some of them have submenus which dropdown below the main button. This is where I run into the problem. I want the submenus to appear on top of the HTML page. The submenu links should appear overtop of the current HTML page. It should work just like a javascript menu, except it needs to be Flash.
i know it has to have script like the followings... but i dont know how to use it..
Quote:
|
style="position: absolute; z-index: 1; left: 0; top: 0" set this to upper-left position in the browser window.
|
can anyone help?