Witam
Mam pytanie jak umieścić div'a lub tabelke na środku strony (w pionie i w poziomie) aby chodziło na IE, FF i operze :?
Z góry thx
html, body { height: 100%; width: 100%; } html { display:table; } body { text-align: center; vertical-align: middle; display: table-cell; } #main { margin: 0 auto; border: 0px; width: 780px; height: 600px; background: #000; } * html #main { position: absolute; top: expression((x=(document.documentElement.offsetHeight-this.offsetHeight)/2)<0?0:x+'px'); left: 50%; margin-left: -400px; }