Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Re: [css] center

 
Thread Tools Search this Thread
Old 06-22-2003, 09:08 PM   #1
Default Re: [css] center


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
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump