-
Screen Resolution
What should I do if I want to have another css for people that have 800px width resolution, and smaller?
thanks
-
-
You could do a browser redirect to a page that uses the CSS file appropriate for the screen resolution.
Here is a useful link on detecting browser resolution settings:
http://www.javascriptkit.com/script/cut162.shtml
-
-
If I were you, instead of making JavaScript do the work (and some people having it disabled), I'd make a fluid layout instead of a fixed. Now, this fluid layout would have a minimum of say, 640 pixels as the width (800 if it must needs be). When the browser is resized, it re-sizes with the browser until it gets down to 640 pixels in length, at which point it begins a scrollbar at the bottom.
Of course, I have no idea what you are trying to do. Using a layout, some other sort of positioning or width thing, sorry if this post was just a waste of your time. Good luck in finding help!
-
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