Mam problem z szablonem allegro, który stworzyłem otóż gdy chce wystawić jakiś przedmiot i wczytuje ten szablon to cała strona się rozjeżdża i nie widać przycisku dalej. Proszę o pomoc
link do screena : http://img560.imageshack.us/img560/6834/beznazwy1o.jpg
Kod szablonu html/css :
<head> <style "text/css"> body { background-image: url('http://img340.imageshack.us/img340/9876/17114551.jpg'); margin: 0px; padding: 0px; color: #1e1e1e; font-family: Helvetica, Arial, Times New Roman; font-size: 14px; width: 100%; height: 100%; } #top { width: 980px; height: 62px; background-image: url('http://img189.imageshack.us/img189/6541/topup.png'); background-repeat: no-repeat; } .margin { margin: 30px; } .center { margin: 0px auto; padding: 0px; } #box { width: 980px; height: 182px; background-image: url('http://img171.imageshack.us/img171/8935/boxdf.jpg'); background-repeat: no-repeat; } #menu { position: relative; left: 470px; width: 500px; height: 60px; } #menu li { float: left; display: inline; padding: 28px 15px 28px 15px; } #menu li a { text-decoration: none; color: #1e1e1e; font-family: Helvetica, Arial, Times New Roman; font-size: 14px; } #menu li a:hover { text-decoration: none; color: #32754c; font-family: Helvetica, Arial, Times New Roman; font-size: 14px; } #contener { width: 980px; height: 100%; background-image: url('http://img89.imageshack.us/img89/9279/contenerbg.jpg'); background-repeat: repeat-y; } #footer { width: 980px; height: 26px; background-image: url('http://img829.imageshack.us/img829/8642/footerjwd.png'); background-repeat: no-repeat; } #info { float: left; width: 280px; height: 550px; margin-left: 20px; } #info a { text-decoration: none; color: #1e1e1e; font-family: Helvetica, Arial, Times New Roman; } #info a:hover { text-decoration: none; color: #32754c; font-family: Helvetica, Arial, Times New Roman; } #content-box { width: 660px; min-height: 550px; margin-left: 300px; } .tytul { width: 204px; height: 40px; vertical-align: middle; text-align: center; color: #000000; background-image: url('http://img526.imageshack.us/img526/9978/h1bg.jpg'); font-size: 16px; line-width: 20px; margin: 0px auto; padding: 0px; line-height: 40px; } p { display: inline; font-size: 12px; text-align: center; } .podtytul { display: inline; width: 100px; margin: 0px auto; padding: 0px; } #content { text-align: center; margin-top: 30px; } #naglowek { text-align: center; font-size: 36px; } </style> </head> <body> <div id="contener" class="center"> </div> </body>