I tried the "fixed width" fix, but no matter what I do it does not fix the "player yet to play" box from popping up 1/2 way down the main page. Tried "0", "990", 100%, etc...
http://www5.myfantas...11/home/49425#0
Does anyone know what I may be doing wrong?
Thanks again Habman for all your hard work!
The "fixed width" fix was for horizontal positioning not vertical positioning.
I have struggled with this to try to get the vertical positioning correct for all different types of site layouts but could not seem to come up with a solution that would work for all sites.
I have finally decided to give each site owner the ability to override the vertical positioning as calculated by the script and set their own positioning. This will require some trial and error on your part.
The new var to override the vertical positioning is var boxVerticalOverride.
For your site a good positioning might be 660 from the top so your code would be
var boxVerticalOverride = 660;
I have done the same for the NFL Boxscore script. For your site try
var nflBoxVerticalOverride = 670;
Remember to do a CTRL-F5 to clear your cache before testing.










