![]() |
|
|
|
#1 |
|
In post <Xns93A2A7F03EC0Draf256com@213.180.128.20>
Rafal 'Raf256' Maj said... > Hallow, how can I place an element in center (i.e. - of page). <style type="text/css"> body {height:100%;margin:0;padding:0;} ..container {display:table;width:100%;height:100%;} ..container div {display:table-cell;vertical-align:middle;text-align:center;} </style> <div class="container"><div>centered stuff</div></div> only supported by opera6.05+. other browsers may catch up one day -- brucie a. blackford. 23/June/2003 06:04:25 am kilo. http://loser.brucies.com/ brucie |
|
|