An Issue of Width - The Resolution Problem
by Floyd Bogart
|
There is a problem that has plagued the web ever since graphical designs for web pages started to become common, and yet it's a problem that's never been solved. You see, different sized monitors can handle different widths of page, and yet HTML doesn't really let you take width into consideration when you're designing. Why is this such a problem? Well, let me explain.
What is Resolution?
Before we can get to the problem, you need to know what a screen resolution is. To put it simply, your resolution is the number of pixels that can be displayed across your monitor, horizontally and vertically. For example, at 640x480 resolution (the lowest anyone still uses), your screen is 640 pixels wide by 480 pixels high.
|
|
Most monitors can handle more than one resolution, and will give you a choice between them. Typically, there will be a lower resolution that fits less pixels on the screen but makes them look bigger, and a higher one that fits more but makes everything look small. The default is usually somewhere in the middle.
To check the resolution you're using now, right click on your desktop and choose Properties. Now go to the Settings tab and look at the screen resolution section. On most computers, there will be up to four settings to choose from: 640x480, 800x600, 1024x768 and 1280x1024. It's worth changing your resolution a few times and going to some web pages, to get an idea of how much width each setting gives you.
Now, you have to realise that the maximum width of your website, in pixels, will be the lowest width you expect your site's visitors to be using. In almost all cases, this is 800x600: the 640x480 users are now a small enough minority to mostly ignore, as they'll be used to sites displaying incorrectly. At 800x600 and up, though, you should test your site to make sure it looks good.
|
The Price of Failure.
If you don't test your site correctly, then various things will go wrong. At resolutions lower than the one you designed the site for, visitors may see horizontal scrollbars. If you fix the site's width too low, though, visitors using higher resolutions may just see a thin strip of your website in the middle of their screen.
Possible Solutions.
The most popular solution to the resolution problem is to just design as if everyone was using 800x600. After all, people with big monitors can just make their browser windows smaller. To make a fixed width design, simply set the CSS width of your body tag to the width you want in pixels (so for 800x600, width: 800px). If you take this approach, you will probably want to set the CSS margins to auto, as this will put your fixed-width page in the centre of larger screens. If you leave the margins alone, then your page will appear on the far left of the web browser at high resolutions, which is common to see but still looks bad.
|
|
Of course, the more complicated but better way of doing things is to make sure that your design will work just as well no matter how wide the browser is, because it stretches to fit. These kinds of designs are known as 'elastic'. This can be difficult, but it's doable, especially for relatively simple designs. If your design has three columns, for example, you can make the left and right columns fixed-width but leave the middle column to take up all the remaining width.
The biggest concern with elastic designs tends to be the graphics: if you have a fixed-width header, how can you adjust your site for any possible width? In most cases, the solution is to make your header an image that floats over a background continuing it. For example, you might use an image of navigation text floating over a line. You can then continue that line as the background image, to avoid it suddenly appearing to stop if the viewer's resolution is wider than your navigation images. CSS gives you a lot of power to create illusions like this: make good use of it.
|
|
Floyd Bogart has been in the Marketing field for his entire 26 year career. He is now focusing all of his efforts to online marketing. For more information on website design go to:
http://websitedesign.hijackmyebooks.com
|
Designing Web Pages
|
Designing Web Pages
|
Designing good webpages begins with good webpage layout. So what do you want on this most important first screen? |
Professional Webpage Layout
|
Examining the methods of professional webpage layout. The individual pages in your website must have a layout that allows the visitor to find out as much as possible about your webpage at a glance. |
All About Design Principles and Elements
|
Basic website design elements to consider. A truly shocking number of web designers are unfamiliar with the basic principles and elements of design. |
Designing your Homepage
|
Believe me, you want your visitors to stay as long as possible. This is the only way your site is going to succeed. Your site must be interesting, persuading, and easy to navigate. |
The Best Page Layout and Design for Content Websites
|
To understand which layouts work you only need to look at the industry gorillas. These are the online content publishers who have been around for years, and who have tested just about every layout combination. |
Writing for the Web
|
Writing for the Web is very different from traditional writing. The way website visitors read Web copy is unique and you must adjust your writing style to be effective. |
An Easy Way to Choose Attractive Color Combinations
|
Lots of people struggle to come up with attractive color combinations when designing logos, banners or web sites. So, here's an easy technique that only takes a few minutes. |
Professional Graphics
|
Graphic design is an intimidating subject for many Internet entrepreneurs. However, most of us must learn some basic design techniques to avoid the high costs of hiring a professional graphics designer. |
9 Ways to Make Your Web Site Look Great
|
Learn how to design a website that gets attention every time. Avoid the mistakes most people making when creating their first web site. Take home some tricks that even the most advanced designers will enjoy. |
Selection of Web Templates
|
An important part of website designing is selection of web templates. Here are a few points which will help you select the best web template for your website. |
|
Creating a Basic Web Design Template
|
A "template" is simply a design format which you can apply to all (or most) of the pages in your web site. |
|
|
|
Website Navigation and Layout
|
Sitemaps and SEO
|
For those who don't devote too much time on the SEO of their site - this is a good place to start. By submittíng a sitemap to various search engines, you are telling them that you exist and what pages your site has to offer the World Wide Web. |
How to Make Easy Website Navigation
|
Navigation is how visitors get around your site. If your navigation is unclear then your visitors will get frustrated and go away. |
Navigational Options for Your Website
|
There are many types of navigation methods to choose from. You must carefully consider the layout of your site so you can choose the system that will work best. |
Web Site Navigation Best Practices
|
A great user experience will bring visitors back. Navigation is a key element in the user experience. |
Developing a Theme for your Website
|
Every website should have some type of theme or a way of giving your site an identifying look. When visitors come to your website they should be presented with an experience that they will remember. |
Website Navigation and Theme
|
Have you ever visited a website where you keep clicking on links, hoping you are going to find that information you're looking for, only to be led to more pages of links. |
Tips for Improving Website Navigation
|
In order for visitors to find the right information, a website's navigation path needs to be clear. |
Professional Webpage Layout
|
The layout of your webpages says a lot about you and your message. Good webpage layout is the key to a successful website. |
Web Site Design Layout - Five Common Elements
|
Your web site design layout largely depends on the type of website you're building. A sales page, for example, has different requirements than a landing page, and a landing page has different requirements than a niche web page. |
Web Page Design Ideas - How to Use Graphics Creatively
|
Keep your web site design simple, and never lose sight of what you want your visitors to do when they arrive. |
Website Design - 3 Pointers For Color You Must Consider
|
The correct use of color in your website design is paramount to ensure your site is not plain and uninteresting or on the other spectrum too busy, glaring and difficult to look at for a period of time. |
|
Creating a Basic Web Design Template
|
A "template" is simply a design format which you can apply to all (or most) of the pages in your web site. |
|
|
|
|
|