Thread: Screen resolution problem
Results 1 to 2 of 2
Related
-
Determine screen resolution in HTML? Forum: General Discussion
Replies: 8 -
How do you stretch a website to any screen resolution Forum: HTML Forum
Replies: 5 -
Frames and Screen Resolution Forum: HTML Forum
Replies: 2 -
Standardize Screen Resolution Forum: HTML Forum
Replies: 3 -
Screen Resolution Forum: HTML Forum
Replies: 9
-
05-16-2006, 08:43 AM #1
Screen resolution problem
First let me say, this site is great, i'm already learning a lot from it.
My husband and I have a racing website that we thought was looking pretty good until a couple of people started mentioning they couldn't see the right hand side links...I couldn't figure out why until this morning someone emailed me and told me that I can see it fine because I use 1024 resolution and that people below that can't see it...I checked and sure enough they were right...I really like our template and really don't want to have to change, so I am hoping someone can tell me an easy to use html code that I can place in there somewhere so that all screen resolutions can see the page correctly.
The website link is http://www.itsallamile.com
Thanks for any help...
-
05-16-2006, 04:13 PM #2
Re: Screen resolution problem
In my opinion, there is no way to make the right column visible without ruining the page on 800x600.
There are a number of options:
- Use Javascript to detect less than 1024x768 and redirect to a whole new layout.
- Do the above, but give customers a manual option (Click here for less than 1024 etc.)
- Get rid of the right-hand column and put the content at the bottom of the left-hand column. Visitors will scroll down for hours, but hardly anyone will scroll across.
- Alter the CSS to make the layout fluid, and shrink/stretch with the browser - I believe that will make the central column unreadable, though.
- Leave the 1024x768 "warning" in place, and rely on the majority of visitors having a suitable resolution.
I'd favour 3, but it's up to you
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum