Gradient Background
Gradient Background
Out of context: Reply #7
- Started
- Last post
- 11 Responses
- ********0
You can use the style tag to create a gradient background effect within your web page. This effect can be used for your entire web page background, or within your table cells.
To use the gradient effect as your web page background, use the following BODY tag:
To use the gradient effect within your tables, place the following code within your table tag:
style="filter:progid:DXImageTran... startColorstr='#FFFFFF', gradientType='0');"
Although you can edit the gradient colors indicated in red, keep in mind, in order for the effect to display properly, you must use a light color and a darker color.