Hello there dont remember, with XHTML, how to center vertically a global div content in the center of my browser. without using table of course can i use margintop with percent?
i have found this working #vcenterhack {margin: 0 auto; vertical-align: middle; width: 100%; height: 100%; text-align: center;} and use a table in the body <table id="vcenterhack"><tr><td></td></table>
Shaun, the site looks as if it might look great but the menus don't work and are covered up by the main image. I don't see any centering. I am using Opera
nifkin suggestion is great. But we have disabled JavaScript in our browser for security and jquery isnt work. I am surprised by the way AJAX is being hyped. theres no effect in my mobile browser too, press SHIFT+F11 in opera or google mobile browser
This is a great solution Moudly. Once you add a combination of 100% width and 100% height values to the CSS the layout can fit within the whole page and be used for a flexible solution sans-tables!
This might be old news to some people, but I've just realised the potential of negative margin values for positioning elements. More power from CSS - and accessible, usable websites that are lightweight for my projects. Thanks again guys!