Web page background question
BlackHawk
Bible music connoisseurThere's no place like 127.0.0.1 Icrontian
I thinking of a design with a grid background, but if it's viewed at a higher res than what the image actually is, it looks like crap. I want to put a grid background on the whole page but what res should I used so that it doesn't look like bad and the design's grid background matches with the page's background? Don't know if explained well. TIA.
0
Comments
Or do I not understand your point yet?
-edit-
This is the problem I was/am having.
Use javascript to detect the screen resolution, then using that, have it change the css sheets to place the image IN PIXELS where it would need to be at the various screen resolutions.
Or don't use JS, and just find a decent location in PIXELS from the top left... of course then it won't be centered exactly.