
multiple backgrounds problem
Code:
div {
-pie-background: #AAAAAA, url('/images/top.gif') top, url('/images/bottom.gif') bottom;
behavior: url('../PIE.htc');
}
when using this there appears a 1px line at the top of the bottom background. ( bottom.gif is a image with a vertical linear gradient and it looks like the bottom 1px line is repeated at the top). does anyone know how can this be solved? thanks for help.