View Single Post
  #2 (permalink)  
Old 07-02-2009, 11:10 AM
lisa's Avatar
lisa lisa is offline
Administrator
 
Join Date: Apr 2007
Posts: 7,330
lisa is the Admin and cannot be rated.
Default

You could make the image very large 1600x1200, with the focal point in the top left corner of the image and use no-repeat attribute with your stylesheet. That's what I did with my Twitter background http://www.twitter.com/2createawebsite

Your CSS would be something like....

HTML Code:
{background-image: url(images/soldier.gif); background-repeat: no-repeat;}
Just remember that everyone has different browser resolutions so the placement of the focal point may be different depending on the resolution.

This is one way to do it. Maybe others have other ways.
__________________
Don't put the cart before the horse.
Plan your website, then create it.

Your Free Guide to Starting a Website
http://www.ThePerfectSiteGuide.com



My Latest Blog Post:
Stop Wasting Time on Worthless Techniques

Reply With Quote