Tak przy okazji jeśli ktoś ma sposób na wyśrodkowanie strony w CSS pod IE to będę wdzięczny.
Adres: projectart.com.pl/1/
<head> <style> <!-- body {background: url(images/bg.png); font-size:14px; color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif;} #calosc {width:935px; margin:0 auto;} #top {width:935px; height:210px; float:left;} .top1 {width:935px; height:210px; float:left; background: url(images/top.png) no-repeat;} #menu {width:935px; height:56px; float:left;} #menu a.menu1 {width:165px; height:56px; background: url(images/menu1.png) no-repeat} #menu a.menu2 {width:139px; height:56px; background: url(images/menu2.png) no-repeat} #menu a.menu3 {width:86px; height:56px; background: url(images/menu3.png) no-repeat} #menu a.menu4 {width:173px; height:56px; background: url(images/menu4.png) no-repeat} #menu a.menu5 {width:372px; height:56px; background: url(images/menu5.png) no-repeat} #menu a {text-decoration:none; margin:0px; float:left;} #content1 {float:left; width:935px; height:9px; background: url(images/content1.png) no-repeat;} #content2 {float:left; width:935px; background: url(images/content2.png) repeat-y;} #content3 {float:left; width:935px; height:11px; background: url(images/content3.png) no-repeat;} #leftpanel {width:270px; float:left;} .przesylka {margin:5 12 10 12; width:245px; height:272px; background:url(images/przesylka.png) no-repeat;} .przesylka-text {padding: 60 10 20 10; width:220px;} .regulamin {margin:5 12 10 12; width:245px; height:272px; background:url(images/regulamin.png) no-repeat;} .regulamin-text {padding: 60 10 20 10; width:220px;} .kontakt {margin:5 12 10 12; width:245px; height:272px; background:url(images/kontakt.png) no-repeat;} .kontakt-text {padding: 60 10 20 10; width:220px;} #rightpanel {width:665px; float:right} .opis {margin:30 20 20 20;} img {width:600; height:400;) --> </style> </head> <body> <div id="calosc"> <div id="top"> </div> <div id="menu"> </div> <div id="content1"> </div> <div id="content2"> <div id="leftpanel"> <div class="przesylka"> <div class="przesylka-text"> Priorytet - 12 zł<br> Pobranie - 18 zł </div> </div> <div class="regulamin"> <div class="regulamin-text"> 1. Oto pierwszy punkt regulaminu<br> 2. Oto drugi punkt regulaminu<br> 3. Oto trzeci punkt regulaminu </div> </div> <div class="kontakt"> <div class="kontakt-text"> Gadu Gadu: 111238<br> Email: user@domain.com<br> Telefon 500 00 000 </div> </div> </div> <div id="rightpanel"> <div class="opis"> Wszystkie moje szablony działają poprawnie pod każdą przeglądarką<br> W tym miejscu należy umieścić treść i opis aukcji allegro <br> Wielkość, kolor tekstu można dobrowolnie zmieniać za pomocą edytora allegro.<br> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br> </div> </div> </div> <div id="content3"> </div> </div> </body>