The Un-Official Proxomitron Forum
Page Width / Scrollbar Overlay... - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: Page Width / Scrollbar Overlay... (/showthread.php?tid=1365)



Page Width / Scrollbar Overlay... - ProxRocks - May. 08, 2009 01:31 PM

example site - http://moneycentral.msn.com/detail/stock_quote?ipage=qd&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...


RE: Page Width / Scrollbar Overlay... - lnminente - May. 08, 2009 02:03 PM

Maybe this helps you, copy it to the address bar and click enter:
Code:
javascript:window.resizeTo(1024, screen.availHeight);



RE: Page Width / Scrollbar Overlay... - sidki3003 - May. 08, 2009 02:18 PM

This is the cause in Firefox -- http://moneycentral.msn.com/inc/css/ie-none.css :
Code:
.region1024{ min-width:1024px; ... }



RE: Page Width / Scrollbar Overlay... - ProxRocks - May. 08, 2009 02:21 PM

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...