On Mon, Jun 30, 2008 at 12:12 PM, Chris Pearce <
[EMAIL PROTECTED]> wrote:

>  Has anyone been able to successfully scale a CSS background image to the
> current window size? I've done some research via Google and it appears this
> can't be done purely with CSS (at least not yet), maybe some JavaScript?
>
>

Here's a CSS and HTML way of doing it for those browsers that understand
position:fixed,

    http://holloway.co.nz/mefi/fullscreenbackground2/

For those browsers that don't you'd need to emulate it with JavaScript...
window.onscroll to move the #background down the page with the scroll
position.


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to