Post Reply 
Page Width / Scrollbar Overlay...
May. 08, 2009, 01:31 PM (This post was last modified: May. 08, 2009 01:32 PM by ProxRocks.)
Post: #1
Page Width / Scrollbar Overlay...
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...
Add Thank You Quote this message in a reply
May. 08, 2009, 02:03 PM
Post: #2
RE: Page Width / Scrollbar Overlay...
Maybe this helps you, copy it to the address bar and click enter:
Code:
javascript:window.resizeTo(1024, screen.availHeight);
Add Thank You Quote this message in a reply
May. 08, 2009, 02:18 PM
Post: #3
RE: Page Width / Scrollbar Overlay...
This is the cause in Firefox -- http://moneycentral.msn.com/inc/css/ie-none.css :
Code:
.region1024{ min-width:1024px; ... }
Add Thank You Quote this message in a reply
May. 08, 2009, 02:21 PM
Post: #4
RE: Page Width / Scrollbar Overlay...
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...
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: