PDA

View Full Version : transmenu z-index flash problem


rhoqum
12-04-2006, 10:21 PM
I'm having a problem with flash content in my website, the thing is that the submenus always expand bellow the flash content so i cant se anything when i have flash content in my site.
I Changed already all the z-index values of the transmenuv.css to higher values but its useless. What can i do to fix this ??

khanh le
12-05-2006, 03:30 AM
Do you have this style applied for the transmenu container:

overflow: hidden

alatak
02-07-2007, 05:45 PM
Hi,

I have the same problem.
I do have

.transMenu {
position:absolute;
overflow:hidden;
left:-1000px;
top:-1000px;
}


And it does not work with IE.

Do you have other suggestion?

alatak
02-07-2007, 06:26 PM
HI again,

I found this post
http://www.joomlart.com/forums/showthread.php?t=367&page=2&highlight=flash

and the solution.

Thanks for the work.