This is a discussion on "Vertical Centering in CSS" within the Web Page Design section. This forum, and the thread "Vertical Centering in CSS are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Vertical Centering in CSS
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Vertical Centering in CSS
Does anyone know how to do vertical centering? There doesn't seem to be much information in this field...
I tried the table method of centering stuff but it so happens that it doesn't work in my case... and I heard its the only method? So here's what I did ( source code here ) : <table border=0> <tr> <td> <div class="container"> <div class="banner"> [img]bannergwx.png[/img] </div> </div> </td> </tr> </table> Sorry bout my alignment, but is it correct? My external CSS file (general.css) code is below.... .container { background-image: url(background.jpg); background-repeat: repeat-y; height: 600px; width: 955px; border: 1px solid #FFFFFF; margin-right: auto; margin-left: auto; } .banner { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #000000; } table { width: 100%; height: 100%; } td { vertical-align: middle; } Please be patient with my numerous CSS questions but I'm just starting out on this area... I have only just heard of it in webforumz! |
|
|
|
|||
|
Check this page out http://www.wpdfd.com/editorial/wpd0103.htm#toptip
The trick is to use a percentage (50%) for the "top" and then a negative "margin-top". |
![]() |
| Tags |
| vertical, centering, css |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vertical centering - please help! | mpnuttall | Web Page Design | 6 | Apr 16th, 2008 11:38 |
| CSS Vertical Menu. Can someone help? | CoolNeb | Web Page Design | 3 | Jul 16th, 2007 18:00 |
| Div Vertical Align | jwalker80 | Web Page Design | 5 | Jan 30th, 2007 23:34 |
| vertical centering woes | gwx03 | Web Page Design | 6 | Jun 5th, 2004 21:43 |
| Tip : Vertical and Horizontal Centering - Solved! | gwx03 | Web Page Design | 0 | Dec 15th, 2003 06:11 |