Possible solution to graphic problem?

  • Thread starter Thread starter Steve Grosz
  • Start date Start date
S

Steve Grosz

Here is the site I'm interested in:
www.serenityboise.com

On the menu, the background graphic is designed to look its best at 800x600.
If someone goes in at a higher resolution, how can I get the graphic to
stretch to the same proportions that were set at 800x600?

I'm looking into using a different way to display my menus (such as a
javascript or Flash menu system).

Steve
 
You cannot get an image to stretch!! If it could, it would be distorted!! At
a higher screen resolution your image will tile... or you can turn off
tiling with CSS. Sorry, I can't give you the specific code for that.
ETC
 
easiest way is to make a table with three cells and 100% width. make the
two outside cells be the ends and the center cell can have a background of
the center picture.
here is an example:
http://nedp.net/stat.htm
here is a fair example of this on a site I worked on:
http://poggi-jones.com you'll see that the whole page "stretches". Not
happy with the blend on those graphics though.
 
Back
Top