-
Changing a Users Screen Resolution
Is there a JavaScript that can change a users resolution?
Like, if a user clicks a button/link there resolution will change, or once they enter the site their resolution changes, then when they leave it changes back.
-
-
No.
If you need to do this, there's something seriously wrong with the basic design of your site, and you should start over.
-
-
the width of the site is 801px
is that good or bad
-
-
Bad -- you shouldn't be using pixel values. A page designed using relative measures (percentages, ems) will resize itself to look decent at any resolution.
-
-
but the header is a image that is 801px wide.
if i use % it will get distorted
-
-
Like I said, you should probably start over your site template and make it more flexible, with less dependence upon big, rigid images. Perhaps you could break the header down into a few smaller images and some HTML?
-
-
i dont understand how breaking the image down will make it more flexible. after all, it will have the same width.
-
-
The HTML is the key part.
Looking at your header, I see you have an image composed of several parts: a logo, some menus, and a lot of blank space. Everything except the logo can be done in HTML. I measure that logo at around 260px, which is a much better minimum width than 801.
Last edited by Twey; 07-18-2006 at 01:04 AM.
-
-
ahhh i dunno how to do that. i just looked up the most common resolution and it said it was 1024x768. thats what im using and it looks great, ill just stick with it for a while
-
-
okay i am wondering
dont think im stupid for asking this question, because i am!
in the future, are the 800x600, 1024x768, etc etc resolutions ever going to go obsolete?
are the future computer resolutions going to continue to get higher and higher?
or are they going to stay where they are?
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks