Jen Strickland wrote:
> Hi there,
>
> I implemented the lazy parallax technique on a number of sites a few  
> days ago and was so excited at the results, but then I upgraded to IE8  
> on my VMWare Fusion installation, and noticed that by background color  
> and image completely disappeared. 
>   


> Jen
>
>   


From:

body {
background:#666 url(../images/bkgd-chip.jpg) top -80% repeat;
}


To ???:

body {
background:#666 url(../images/bkgd-chip.jpg);
}

Best,

~d
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to