Log in

View Full Version : Problem with windows!



amiroly
04-21-2009, 03:45 PM
Hi
I use this layout for my website :
http://www.dynamicdrive.com/style/layouts/item/css-fixed-layout-21-fixed-fixed/

in Left Column i use this menu: http://www.dynamicdrive.com/style/csslibrary/item/nested_side_bar_menu/
and in Content Column i use swf file, in macosx everything is ok at preview but when switch on windows my opened menu go to behind of swf file!!

http://i44.tinypic.com/ort3yq.jpg

what is the problem?:confused:

Snookerman
04-21-2009, 04:17 PM
Add this parameter to the object tag:

<param name="wmode" value="transparent">
and this attribue to the embed tag:

wmode="transparent"

Good luck!

amiroly
04-21-2009, 04:30 PM
it was on, but....