Well... you misunderstood me... I'm trying to make a vetical gradient purely with CSS... no images used. If I use this piece of code in CSS I get a horizontal gradient. But I've got no idea how to flip it horizontally...
Code:
.gradient {
FILTER: Alpha(Opacity=0, FinishOpacity=100, startY=0, finishY=700, Style=1);
}
How did you do that on the biorust site?