Mam problem że menu chowa się pod obiektem flash w CSSie.
Użyłem wmode="transparent" w parametrach flash, próbowałem też z-index w CSSie jednak efekt nadal jest taki..
http://interfoto360.pl/1/galeria.html
Problem tylko w IE oraz chrome. Mozilla działa.
Ktoś wie o co chodzi?
Kod jest prosty:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <style type="text/css"> * { padding: 0; margin: 0; } html, body { height: 100%; } html { background: url(http://www.msplus.vel.pl/images/sz57/tlo_main.jpg) repeat-y; } #content { height: 577px; margin: 0 auto; width: 1200px; } #header { height: 250px; text-align: right; background: url(http://interfoto360.pl/top/topgal1.jpg) no-repeat; margin-top:30px; } #tresc { height: 550px; margin: 0 auto; width: 1200px; text-align: left; background: url(http://www.msplus.vel.pl/images/sz57/tlo.jpg) repeat-y; padding-left:3px; padding-top:0px; } div#okna{ margin: 0px auto; width: 980px; background: white; margin-top: 8px; padding-top: 8px; } div.tekst{ vertical-align: top; float: left; width: 25%; font-size: 13px; color: #464646; margin-top: 40px; } div.tekst div{ padding: 10px 10px 20px 10px; } div.tekst div#t_1{ padding: 10px 15px 20px 5px; margin-left: 50px; } div.tekst div#t_2{ padding: 10px 10px 20px 10px; margin-left: 50px; } div.tekst div#t_3{ padding: 10px 20px 0px 5px; margin-left: 50px; } p.tekst1 { color: #fff; font-family: Calibri; font-size: 14px; font-weight: bold; margin-top: 50px; } p.tekst2 { color: #fff; font-family: Calibri; font-size: 24px; font-weight: bold; } p.tekst3 { color: #fff; font-family: "Adobe Caslon Pro Bold"; font-size: 20px; font-style: italic; font-weight: bold; } p.tekst4 { color: #fff; font-family: Calibri; font-size: 16px; font-style: normal; font-weight: normal; } * { padding: 0; margin: 0 } body { behavior:url(\"csshover2.htc\") } #menu { position: absolute; list-style-type: none; margin-top: 250px; z-index:100; } #menu ul { list-style-type: none; z-index:100; } #menu li { float: left; z-index:100; } #menu li li { float: none; z-index:100; } #menu li a { display: block; width: 200px; height:auto; text-align: center; background: url(http://www.msplus.vel.pl/images/sz57/button1.jpg) no-repeat; color: #fff; padding: 3px 0; text-decoration: none; font-weight: bold; font-family: Calibri; font-size: 18px; z-index:100; } #menu li a:hover { background: #CDCECF; color: #000; text-decoration: none; z-index:100; } #menu li ul { position: absolute; height: 1px; overflow:hidden; z-index:100; } #menu li:hover ul { height:200px; z-index:100; } #runningtext{ color: #fff; margin-top:373px; font-family: "Calibri"; font-size: 18px; } </style> </head> <body> <DIV id=content> <DIV id=header> <ul id=menu> <ul class=\"zero\"> </ul> <ul class=\"one\"> </ul> </li> <ul id=\"two\"> </ul> </li> <ul id=\"three\"> </ul> </li> <ul id=\"four\"> </ul> </li> <ul id=\"five\"> </ul> </li> </ul> </DIV> <DIV id=tresc> <div id="panoDIV" style="width:395px; height:200px;"> <script> embedpano({target:"panoDIV",swf:"15000x7500pics.swf",width:"100%",height:"100%",allowFullScreen:"true"}); </script> <noscript> <div id="tour"> <object width="100%" height="100%"> <embed src="15000x7500pics.swf" width="130%" height="100%" allowFullScreen="true" wmode="transparent"> </embed> </object> </div> </noscript> </div> <div id="panoDIV2" style="width:395px; height:200px;"> <script> embedpano({target:"panoDIV2",swf:"1.swf",width:"100%",height:"100%",allowFullScreen:"true"}); </script> <noscript> <div id="tour"> <object width="100%" height="100%"> <embed src="1.swf" width="100%" height="100%" allowFullScreen="true" wmode="transparent" name="wmode" value="opaque"> </embed> </object> </div> </noscript> </div> <div id="panoDIV3" style="width:395px; height:200px;"> <script> embedpano({target:"panoDIV3",swf:"3.swf",width:"100%",height:"100%",allowFullScreen:"true"}); </script> <noscript> <div id="tour"> <object width="100%" height="100%"> <embed src="3.swf" width="100%" height="100%" allowFullScreen="true" wmode="transparent"> </embed> </object> </div> </noscript> </div> </body> </html>