This is a discussion on "Designing Web Sites For All Screen Resolutions" within the Starting Out section. This forum, and the thread "Designing Web Sites For All Screen Resolutions are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Designing Web Sites For All Screen Resolutions
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Designing Web Sites For All Screen Resolutions
Hi Friends,
I am a beginner webdesigner . I want to design a website in all screen resolution. pls help me |
|
|
|
#2
|
|||
|
|||
|
Re: Designing Web Sites For All Screen Resolutions
Look into fixed-width and fluid layouts. There are plenty of resources.
Apart from that, there are a million answers to your question so you would probably get a better response if your more specific as to what you are looking for. |
|
#3
|
|||
|
|||
|
Re: Designing Web Sites For All Screen Resolutions
Quote:
My preferred method is to use an elastic layout. This is where you define the layout in "ems", a unit of font-size. Combining this with the CSS max-width allows you to keep line lengths constant, while creating a layout that scales up with the text size. Elastic layouts are rather difficult to get used to, however. |
|
#4
|
|||
|
|||
|
Re: Designing Web Sites For All Screen Resolutions
If you go the fixed-width way, this might be of interest - What screen resolution should I design my site in? - from the forumz newsletter.
|
|
#5
|
|||
|
|||
|
Re: Designing Web Sites For All Screen Resolutions
I was taught to design a site for a 800px x 600px screen resloution beuase that was teh most commonly used at the time but who knows now with bigger monitors etc.
I think percentages are good but can be a pain in the rear end when doing div widths....it depends in which concept you are using them. I was taught at uni last year that fluid layout are better but you can on;y do that to a certain extent within your page depending on the content...you may not want to/or can't change the size of everything in your page |
|
#6
|
||||
|
||||
|
Re: Designing Web Sites For All Screen Resolutions
Nope still 50%+ of all monitors are 800x600.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#7
|
|||
|
|||
|
Re: Designing Web Sites For All Screen Resolutions
Quote:
__________________
Web Design and Development |
|
#8
|
|||
|
|||
|
Re: Designing Web Sites For All Screen Resolutions
IE7 does support max-width. IE6 can live without it; the JS hacks for max-width are nasty.
|
|
#9
|
|||
|
|||
|
Re: Designing Web Sites For All Screen Resolutions
Ok. I wasn't sure if IE7 addressed it or not.
__________________
Web Design and Development |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help with different resolutions | dcampbell18 | Starting Out | 5 | May 7th, 2008 05:46 |
| centered css site in all screen resolutions | forry | Web Page Design | 23 | Feb 21st, 2008 10:44 |
| Background resolutions? | Clarky | Website Planning | 6 | Jul 25th, 2007 21:36 |
| Problem with different resolutions | dawg9 | Web Page Design | 7 | Feb 23rd, 2007 03:04 |