If you are seeing this message, it is possible the page did not load properly. Please hit reload/refresh on your browser.
If you still see this message, you probably do not have a browser that supports
web standards, although its content is accessible to any browser or Internet device.
Posted: 10/11/01 2:02 pm (HTML Tip) Gradient Colors
By webpagedesigner
Here's a cool trick I learned at the Microsoft website as I was looking through some DHTML examples, they made a custom drop down menu and whenever you cursor would go over the item, it would be filled with a gradient (fading from one color to another). Like so....
GradientType=1
Replace the 1 with a 0 for a vertical fade.
Keep the 1 where it is for a horizontal fade.
StartColorStr=#DBCF23
This is the first color in the fade. The color
I used was a yellow. Change as you wish.
End Color Str=#003399
This is the last color in the fade. The color
I used was a very dark blue. Change as you wish.
Edited by: atlass at: 12/15/01 4:00:08 am
Posted: 9/23/02 2:02 pm Re: (HTML Tip) Gradient Colors
By using the span tag instead of div, you can make the span tag span 50% of the width and then use the span tag again imeediately after so that the colors merge.