blaness
10-05-2004, 04:39 PM
I am currently developing a site (http://www.studio-4.com/test/index.html) and am having a bit of a problem with the graphics in the tables matching up with the background graphics.
I have determined that in the first few lines of the CSS stylesheet where I set the position of the page is where the problem occurs.
for computers with standard resolutions (800x600, 1024x768, 1280x1024, etc.) setting the top value to 0px lets everything line up. With widescreen displays like the computer that I am developing on which is 1280x854 the top value needs to be 1px for the table to line up.
I imagine handling this with some sort of JavaScript...any suggestions or other ways to handle this problem?
I have determined that in the first few lines of the CSS stylesheet where I set the position of the page is where the problem occurs.
for computers with standard resolutions (800x600, 1024x768, 1280x1024, etc.) setting the top value to 0px lets everything line up. With widescreen displays like the computer that I am developing on which is 1280x854 the top value needs to be 1px for the table to line up.
I imagine handling this with some sort of JavaScript...any suggestions or other ways to handle this problem?