Last modified: 2006-09-30 00:03:52 UTC
I have my screen resolution set to 1280×960×32 bit, resulting in the div box in the template linked to from here looking too wide on my screen. Presumably, another user set it that way because his or her screen resolution is set much lower. So to resolve this, is it possible that another magic word, perhaps {{RESOLUTION}}, be implemented that would return the screen resolution as reported by the client computer?
That's not actually possible.
it would be possible via javascript, i think.
Use the CSS max-width property, which will work for anyone who doesn't use IE 6. The people who use IE 6 *and* use unusually large screen resolutions can upgrade to IE 7 (or switch to a different browser) if it really bothers them.
Thank you.