28-03-2011, 13:31
(Ten post był ostatnio modyfikowany: 28-03-2011, 13:31 przez Kartofelek.)
W taki jak podałem.
W dobrych przeglądarkach:
W złych IE6 przeglądarkach:
W dobrych przeglądarkach:
Kod:
<div style="margin:0 auto; width:960px">
...
</div>
W złych IE6 przeglądarkach:
Kod:
<body style="text-align:center">
<div style="text-align:left; margin:0 auto; width:960px">
...
</div>
</body>