próbuję zrobić na Div to co mi nie wychodziło na <table>
niestety mam problem
Nie mogę na IE zrobić tak jak wygląda w FF:
http://www.deba.pl/strona/
chodzi o automatyczne rozszerzenie boków i wycentrowanie środka.
szukam i szukam i nie mogę znaleźć.
Pozdrawiam
RaN
<html> <head> <style type="text/css" media="screen"> .glowna {width:100%;} .lewa { width:50%; height:339px; float:left; background-image:url(1.jpg); background-repeat:repeat; margin-left:-383px; } .srodek { position:relative; margin:auto; background-image:url(2.gif); background-repeat:no-repeat; width:766px; height:339px; } .prawa { position:relative; width:50%; height:339px; float:right; background-image:url(3.jpg); background-repeat:repeat-x; margin-right:-383px; margin:auto; } .body{ margin-bottom:0; margin-right:0; margin-left:0; margin-top:0 } </style> </head> <body class="body"> <div class="glowna"> </div> </body> </html>