Drop down menu items get hidden behind Diaporama
ryo - July 15, 2008 - 04:59
| Project: | Diaporama |
| Version: | 5.x-2.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Although it might be the general issue for Flash, drop down menu items get hidden behind Diaporama...

#1
I think it's flash to. Can you post a screenshot ?
#2
Items below 'Top "page not found" errors' get hidden behind the Diaporama.
#3
it's a flash implementation and javascript bug. If i find something to fix it, i'll do it.
#4
This worked..
but it is a direct hack of the code
<param name="wmode" value="transparent"Line 636 of diaporama.module
I will submit this as a diff as well below
And I will post it as an patch in the other area as well.
#5
Hack has been implemented in 5.x-1.6 release.
#6
The hack doesn't work on Internet Explorer.
The flash blinks with transparent option.
Does someone know how to do the hack on IE ?
#7
add
<?php<param name="wmode" value="transparent" />
?>
after
<?php<param name="movie" value="' . $base_url . "/" . variable_get .....
?>
It works for me in IE 7 / 8
#8
Thanks JPE, i'll try this.
#9
Bug is fixed in 5.x-2.0
#10
Automatically closed -- issue fixed for 2 weeks with no activity.