Display Problems

Posted in News, Design Notes at 3:59 pm by Chris

Well, as I’m not happy with the way my site views on a 1024×768 resolution when I scale it down for 800×600, I’ve gone with setting up two different stylesheets, and am letting JavaScript do the decision-making as to which one gets displayed.

Since it is JavaScript that is doing the decision-making, if a user should have JavaScript disabled, or is using an old version of it, the 800×600 resolution stylesheet will be used instead of the higher resolution setting. This was both the easiest way to set it up, and the best possible setup for my users, I believe.

So, if you happen to be one of those users who is still using a monitor with an 800×600 resolution setting on your computer, I apologize again for the inconvenience I may have caused you, and am glad that you’ve still stuck around. :)

Thanks for your patience everyone!

Leave a Comment

You must be logged in to post a comment.