Thread: CSS Gradient???
View Single Post
Old 05-20-2004   #4 (permalink)
malboroman
Lazarus' Child
 
malboroman's Avatar
 
Join Date: Nov 2003
Location: The Netherlands
Posts: 603

Send a message via MSN to malboroman Send a message via Skype™ to malboroman
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?
__________________


"Only the dead have seen the end of war."

- Plato
malboroman is offline