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; }
<!-- m --><a class="postlink" href="http://fatbottoms.atspace.comAdd">http://fatbottoms.atspace.comAdd</a><!-- m --> this to the body rules:background-attachment:fixed;thanks, that worked great.Happy to help.
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; }
<!-- m --><a class="postlink" href="http://fatbottoms.atspace.comAdd">http://fatbottoms.atspace.comAdd</a><!-- m --> this to the body rules:background-attachment:fixed;thanks, that worked great.Happy to help.