mam problem, przeglądarka IE źle wyświetla moją stronę, w Firefox jest OK.
Miedzy divem w którym jest logo a pod nim menu robi sie przerwa, prawe menu (div informacje) robi się 2-3 cm odstęp
Oto adres: http://agf.autos24.pl
Kod CSS
[codebox]
<?php padding: 0px; margin: 0px; border:0px; height : auto; img { display:block; } p { margin-left: 30px; } a:visited {color: black;} a:hover {color: red;} a:active {cecha: gray;} a img{border:0;} html, body { text-align: center; margin: 0; background-color: #fff; color: #000; margin: 0; padding: 0; } #iframecenter { /*height: 895;*/ width: 475; border: 0; } #logowanie{ /*height: 895;*/ width: 475; frameborder: 0; } #menuadmin { height: 100; text-align: left; color: blue; } #center { /*height: 100%;*/ width: 780px; margin-left: auto; margin-right: auto; padding: 0px; margin: 0px; border:0px; overflow: hidden; } #LOGO { height: 180px; } #NAGLOWEK { background-image: url(img/menu_nav_top.jpg); background-color: #888; height: 25px; text-align: left; } #MENUL { margin-bottom:-5000px; padding-bottom:5000px; height: 100%; text-align: left; width: 150px; float: left; /*overflow: hidden;*/ background-color: #ccc; } #MENUBELKA{ background-image: url(img/menu_nav_top.jpg); height: 25px; text-align: left; width: 150px; float: left; overflow: hidden; background-color: #ccc; } #MENUODSTEP{ height: 5px; text-align: left; width: 150px; float: left; overflow: hidden; background-color: #ccc; } #INFORMACJE { margin-bottom:-5000px; padding-bottom:5000px; height: 100%; width: 150px; float: right; overflow: hidden; background-color: #ccc; } #TRESC { margin-bottom:-5000px; padding-bottom:5000px; height: auto; width: 480px; float: left; overflow: hidden; background-color: #fff; } #STOPKA { height: auto; width:780px; clear: both; width: 100%; background-color: #888; margin-left: auto; margin-right: auto; overflow: hidden; } ?>