> Hi
>
> Could someone tell me if they think this is actually possible?
> http://www.virtuallee.co.uk/client_area/screenshot.gif
>
> The problem lies with the main picture. Obviously it cannot expand to
> fill the screen. I could create a very wide main image (3000px) and set
> it as a background, but the island itself actually needs to be centred
> within the screen.

You can use the very wide image and center it on the body

body{
 background:url(iHopeYouLikeDownloadingAndUnreadableText.jpg) top center #fff;
}

This is basically how all the centered backgrounds are done.
For example on my blog:
http://www.wait-till-i.com/blueback.gif

--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to