Witam.
Tnę własnie stronę do szablonu na allegro, i mam problem z ramkami obrazków, img { border: 0px;}, ani z 0 bez px, anie z none, nie chce działać. Ktoś ma pomysł dlaczego ?
http://bercow.viphost.pl/allegro/
Korzystaj również ze styli resetujących. To bardzo pomaga
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="http://html5resetcss.googlecode.com/files/html5reset-1.6.1.css"> <style type="text/css"> body {background-image: url(img/tlo.png)} #box {width: 922px; margin: 0 auto; background-image: url(img/tlo_2.png)} #logo {width: 922px; height: 296px; background: red url(img/logo.png) 0 0 no-repeat} #menu {background: red url(img/belka.png) 0 0 no-repeat; padding: 0 0 0 571px; height: 47px; list-style-type: none} #menu li {float: left; height: 47px} #menu li.o_mnie {width: 102px; background: url(img/omnie.png) 0 0 no-repeat} #menu li.aukcje {width: 91px; background: url(img/aukcje.png) 0 0 no-repeat} #menu li.komentarze{width: 158px; background: url(img/komentarze.png) 0 0 no-repeat} </style> </head> <body> <div id="box"> <ul id="menu"> </ul> </div> </body> </html>