Mam mały problem z tłem... mianowicie w Operze, IE6 (jak z IE7 nie wiem) wszystko jest ok, natomiast w Firefox3 występuje przesuniecie DIVa (tła?) o 1pixel w prawo. Nie wiem dlaczego tak się dzieje. Problem występuje w momencie gdy wyświetlany jest pionowy scrollbar, gdy treść mieści się na ekranie wszystko jest OK.
Poniżej kod... tutaj przykład klik
Kod
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>sss</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<style>
* { padding: 0; margin: 0 }
html, body {background: url(tlo.gif) repeat-y center white; }
body {font-family:Verdana, Arial; font-size:14px; margin:0 auto;}
#site{width:780px; margin:0 auto; background:url(up_bg.gif) repeat-x silver; min-height:500px}
</style>
</head>
<body>
<div id="site">
a
</div>
</body>
</html>
<html>
<head>
<title>sss</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<style>
* { padding: 0; margin: 0 }
html, body {background: url(tlo.gif) repeat-y center white; }
body {font-family:Verdana, Arial; font-size:14px; margin:0 auto;}
#site{width:780px; margin:0 auto; background:url(up_bg.gif) repeat-x silver; min-height:500px}
</style>
</head>
<body>
<div id="site">
a
</div>
</body>
</html>