If you can make the images used for buttons scaleable, the image will be viewable at all screen resolutions, it will take a little manual editing of the frontpage code.
Frontpage code is very overweight anyway, but that isnt an issue yet
frontpage assigne pixel measurements to all elements, that is usually a good thing for images, but when the image is a text used as a button it fails, on a different resolution than the one the layout was developed on the image becoimes either too small to adequately read the image text, or so large to become intrusive.
a small adjustment. image buttons have to behave like text buttons to be really workable
example only
developed on a 1024*768 screen
frontpage code <img src='weddings.gif' width='100' height='38'> scaleable [icode]<img ssrc='weddings.gif' width='10%' height='5%'>[/code]
sort the preload img script urls so that the first image displayed by default is the first image loaded, will give the appearance of a faster page
Reputation Points: 562
Solved Threads: 368
Posting Maven
Offline 2,970 posts
since Jan 2009