Click to See Complete Forum and Search --> : flickering scan lines


fatbottoms
01-22-2006, 04:20 PM
how do i make my background scan lines not flicker when scrolling?

is it the way i created my gif file:
a 1 x 2 pixel file pattern with the top part black and bottom part green and have it repeating.

body { background: url(zbg.gif) repeat;
margin: 130px auto; }

http://fatbottoms.atspace.com

David Harrison
01-22-2006, 04:40 PM
Add this to the body rules:background-attachment:fixed;

fatbottoms
01-22-2006, 09:30 PM
thanks, that worked great.

David Harrison
01-22-2006, 09:39 PM
Happy to help. :)