This is a discussion on "Resolution Problems" within the Web Page Design section. This forum, and the thread "Resolution Problems are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Resolution Problems
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Resolution Problems
Hi all,
I have been working on something (here: http://www.devwebsite.net/miken_test/squadrons.htm ) Everything is fine on my screen resolution, but on the guy I am doing it for has a larger screen than the average user!! He wants it so that when he views it in his large screen, has doesn't have 3inches of white on the right, but an equal amount on each side and it also has to look right on smaller resolutions I have no idea how to do this! Any help is appreciated! Michael |
|
|
|
|||
|
Re: Resolution Problems
Your white container is perfect... that resizes as does the page background.
The problem you have is that all your layers have absolute positioning. That isn't liquid. You need to move away from absolute positioning on everything. So you basically have to fix all the layers once you delete positioning: absolute; |
|
|||
|
Re: Resolution Problems
Quote:
Thanks for the reply, once i have removed the absolute, what needs to go it its place??? Michael |
|
|||
|
Re: Resolution Problems
Once you remove the absolutes I think your page will be a mess. Then you should start to reorganize it. For centering layers, use margin: 0 auto;
floats, etc. If you get stuck post, and I can maybe sort out an area for you for example. |
|
|||
|
Re: Resolution Problems
Check out Moojoo's layouts. This will provide you tons of information on how to design in a liquid format.
|
![]() |
| Tags |
| screen resolution |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Resolution problem | A800 | Web Page Design | 3 | Mar 11th, 2008 20:40 |
| screen resolution | RZX Developer | Web Page Design | 14 | Aug 29th, 2007 18:38 |
| Which resolution you designing for? | chubbs | Web Page Design | 19 | Nov 17th, 2006 06:12 |
| How can I know the user's resolution | QuikFrozen | JavaScript Forum | 5 | Aug 9th, 2006 15:03 |
| Resolution Fix | Udabar | JavaScript Forum | 6 | Apr 10th, 2006 02:23 |