
-pie-background color moves up when I scroll down
Hi,
I use CSS PIE to get a linear gradient background. This works, but when I scroll down a bit, the background actually moves upwards! More than it naturally should, obviously

Check out the screenshots to see what I'm talking about
My CSS:
.search{
padding:20px;
-pie-background: linear-gradient(#000000,#444444);
behavior: url(PIE.htc);
position:relative;
}
Other than this, CSS PIE works perfect! Any help is greatly appreciated
Regards,
Jorg