Hi All,
How can I align table/DIV in middle on large resolutions?
Just go to this link, my portfolio
And this on large resolution, it is coming on top of the page.
I want to align page content to middle of the browser height.
Thanks in advance
| SitePoint Sponsor |
Hi All,
How can I align table/DIV in middle on large resolutions?
Just go to this link, my portfolio
And this on large resolution, it is coming on top of the page.
I want to align page content to middle of the browser height.
Thanks in advance
Globtier Solutions
Outsource IT Smartly
A couple of links on vertical centering:
http://garyblue.port5.com/webdev/vcenter.html
http://garyblue.port5.com/webdev/vcenter-css.html
http://www.jakpsatweb.cz/css/css-ver...-solution.html

to align div style="vertical-align:middle;". You can also align table using this or use valign="middle;"
vertical-align only applies to inline elements and to table cells. It won't align a layout to the middle of the window or block level elements within other block level elements.Originally Posted by aryandelhi
Bookmarks