The Un-Official Proxomitron Forum

Full Version: Page Width / Scrollbar Overlay...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
example site - http://moneycentral.msn.com/detail/stock...d&Symbol=c

i've noticed (in IE, Opera, and Firefox), that certain sites are too "dumb" to know that as soon as the scrollbar is attached to the viewing pane, it lands "on top" of the web page...

is this a sidki document.width thingy?

or is there some filter i can add that "tricks" the 'rendering' into thinking my max width is the actual width MINUS the width of that scrollbar?


edit: screen-res at the office maxes out at 1024, i don't have this problem at home 'cause i have higher resolutions...
Maybe this helps you, copy it to the address bar and click enter:
Code:
javascript:window.resizeTo(1024, screen.availHeight);
This is the cause in Firefox -- http://moneycentral.msn.com/inc/css/ie-none.css :
Code:
.region1024{ min-width:1024px; ... }
the .js to the add-bar didn't seem to do anything...

will try fiddling with the cat on the hot tin roof, er, i mean, fiddling with that .css and see where that leads me...

thanks...
Reference URL's