Mój problem polega na tym że na różnych przeglądarkach różnie się wyświetla strona w jaki sposób mam poprawić plik CSS lub PHP żeby wszystko zaczeło dobrze wyglądać?
<link href="styles.css" rel="stylesheet" type="text/css" media="all" /> </head> <body> <input type="image" src="images/runlay.png" name="run" value="Uruchom" onclick=" document.getElementById('TLO').style.display='block'; document.getElementById('RAMKA').style.display='block'; document.getElementById('RAMKA_CENTRUM').style.display='block'; document.getElementById('RAMKA_LEFT').style.display='block'; document.getElementById('RAMKA_RIGHT').style.display='block'; document.getElementById('FLASH').style.display='block'; " /> <div id="TLO"> <div id="RAMKA_CENTRUM" align="center"> <div id="RAMKA"> <div id="FLASH"> <input type="image" src="images/closelabel.gif" name="close" value="Zamknij" onclick=" document.getElementById('TLO').style.display='none'; document.getElementById('RAMKA').style.display='none'; document.getElementById('RAMKA_CENTRUM').style.display='none'; document.getElementById('RAMKA_LEFT').style.display='none'; document.getElementById('RAMKA_RIGHT').style.display='none'; document.getElementById('FLASH').style.display='none';" /> <br /> <!--url's used in the movie--> <!--text used in the movie--> <!-- saved from url=(0013)about:internet --> <script language="JavaScript" type="text/javascript"> AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0', 'width', '1000', 'height', '650', 'src', 'okulary', 'quality', 'high', 'pluginspage', 'http://www.adobe.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'showall', 'wmode', 'window', 'devicefont', 'false', 'id', 'okulary', 'bgcolor', '#ffffff', 'name', 'okulary', 'menu', 'true', 'allowFullScreen', 'false', 'allowScriptAccess','sameDomain', 'movie', 'okulary', 'salign', '' ); //end AC code </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="1000" height="650" id="okulary" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="okulary.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="okulary.swf" quality="high" bgcolor="#ffffff" width="1000" height="650" name="okulary" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /> </object> </noscript> </div> </div> </div> </div> </body>
PLIK CSS:
@charset "utf-8"; /* CSS Document */ #TLO { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; margin: 0px auto 0px auto; padding: 0px auto 0px auto; background-color: #999; z-index: 1; display: none; } #RAMKA_CENTRUM { margin-top:50px; width:100%; height:100%; z-index: 2; display: none; } #RAMKA { width: 1044px; height: 688px; background-color:#FFF; z-index: 2; display: none; } #RAMKA_LEFT { float: left; width:100%; overflow: hidden; z-index: 2; display: none; } #RAMKA_RIGHT { float:right; width: 100%; overflow: hidden; z-index: 2; display: none; } #FLASH { position:relative; z-index: 3; display: none; }
W czym jest problem jakaś podpowiedz wskazówka bo już nie mam pomysłu na to.