Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
ccsimmons #1
Flash form overlapped by DHTML menu
This may be a dumb question. If so I apologize in advance. I have a flash
form on a page that has a DHTML menu. When the user mouses over the menu then
the dropdown menu items are hidden behind the flash form. My understanding of
CSS is that z-index is only used with absolute positioning. The positioning of
the flash form may not always be the same so I am hesitant to try to absolute
position it. Is there a way to control this problem without absolute
positioning and z-index?
--Thanks
ccsimmons Guest
-
DHTML menu and flash
hello! I recently created a web site where I just used dreamweaver's built in dhtml menu to create a dropdown menu....I have an embedded flash file... -
DHTML menu covers Flash movie
I'm an amateur just trying some of these technologies. I created a Web page with a nice DHTML drop-down menu. Then I added a jazzy Flash text... -
DHTML Menu Interferes with Flash
I have put a flash swf on a page which has a dhtml drop down menu on the top. The flash file hides the dhtml dropdowns below it. I have tried... -
Flash Interferes with DHTML menu!
I have put a flash swf on a page which has a dhtml drop down menu on the top. The flash file hides the dhtml dropdowns below it. I have tried... -
Submenus on DHTML menu hide behind flash [ Help ]
Ok I got a DHTML menu ( horizontal ) with drop down sub menus that I pulled off of Dynamic Drive. The problem is if I have a flash animation or movie... -
ccsimmons #2
Re: Flash form overlapped by DHTML menu
AHA!!!
Use:
wmode="transparent" in the <cfform> tag like so:
<cfform name="ReportBug" timeout="5" height="400" format="flash" method="post" action="BugForm.cfm" wmode="transparent">
ccsimmons Guest



Reply With Quote

