Click to See Complete Forum and Search --> : [RESOLVED] Scrollbar affects centered alignment


cmwslw
10-11-2008, 11:01 PM
I have a web page that is centered in the window, but when a page gets too long, the scrollbar affects it's centered alignment. This would not normally be a problem, but I have some pages with and some pages without the scroll bar, so the shift back and forth is annoying. Is there any way I can disable the scrollbar from affecting the page alignment?

Thanks in advance
Cory Walker

Fang
10-12-2008, 01:33 AM
body:overflow-y:scroll;}

cmwslw
10-12-2008, 10:10 AM
Thank you. That works great.