Log in

View Full Version : Please help me finish my endless search!



teapot
03-12-2008, 01:44 AM
Hi there, looking for a simple bit of code to load my page with the horizontal scrollbar set to 50% (in the middle of the page). I can find code to do all kinds of complicated things like scroll the page and , but all I want to do is set the scrollbar to the center and remove the horizontal scrollbar from the screen.

I have completely made a website, but due to some margin issues, the display on 800x600 is not perfect. Problem? My boss uses 800x600 so it needs to look decent on that screen res.
:(

Medyman
03-12-2008, 03:26 PM
Follow the technique here (http://www.milov.nl/code/css/verticalcenter.html)(view source to look @ code) to get the page to be centered within the viewport.

You probbaly don't need to concern youself with the vertical positioning, so ignore the top/bottom margins as you see fit.