PC Services

 

Some PHP Tips and 'Tricks'

Thinking beyond each page and DESIGNING your web site

   The Company 
   Resources 
       Image Map 
   Commentaries           
   Personal 

Image Maps

The image map consists of a larger image with sections of the image using 'text' or shapes to click on, which are determined as being a defined number of pixels in size. You may well have seen them on many web sites. Note the 'text' in an image is a picture of text at a set pixel size that does not resize with the browser or screen resolution.

Image maps as menu systems, can be disastrous with the vast array of screen resolutions available today.

Consider this the designer creates an image to go on your web page as a menu that is 600 pixels wide x 600 pixels high, When viewed on different screen resolutions the image will appear as smaller and smaller and the text will be more unreadable as the screen resolution increases. As shown by the table below -

Relative size of 600 x 600 pixel image on different screen resolutions
Pixel Resolution % of width Fraction of width % of height Fraction of height
800 x 600 75% 3 / 4 100% 1
1024 x 768 59% 6 / 10 78% 3 / 4
1280 x 1024 47% 1 / 2.13 58.6% 2.35 / 4
1152 x 864 52% 1 / 1.95 70% 7 / 10
1440 x 900 41.67% 1 / 2.4 66.67% 2 / 3
1920 x 1080 31.25% 1 / 3.2 55.55% 1.11 / 2

See how quickly the image changes from three quarters of the screen width to less than half the width reducing the text size and readability.

The last two sizes are common formats (as of 2010) for WIDESCREEN format laptops and computer monitors, thus making your web pages more difficult to read on newer computers. making the image larger to start with has the opposite effect of making the image more difficult for smaller screen sizes as the image and text appear larger, and will no doubt mean having to scroll the web page to get to different parts of the image.

The same is true of any image displayed on the page, appear to change size on different screen resolutions.

Any fancy software to resize images and buttons, suffers from the same software problems as popup menus, and is not guaranteed to work on all browsers.

© 2010 onwards by PC Services Last Updated: 12th January 2010
If you encounter problems with this page please email your comments to webmaster