I have a following situation:
Div has to have a solid color on top, and then at the bottom thee should be a transparent image 1px wide. (So final look should be that I have a gradient from top to bottom of div) When I put :
background: #fff url("../../images/bck1px.png") repeat-x scroll center bottom transparent;
white color is shown over transparent image
I have to do this in CSS2 style!
Can anybody help?