| Start Color: | red |
| End Color: | blue |
| Angle: | 180 |
Source HTML/VML CODE
<HTML xmlns:v="urn:schemas-microsoft-com:vml">
<HEAD>
<style>
v\:* { behavior: url(#default#VML); }
</style>
</HEAD>
<BODY>
<DIV style="position:absolute;top:0%;left:0%;width:100%;height:100%;z-index:-9999;overflow:clip;">
<v:rect style='position:absolute;left:0%;top:0%;width:100%;height:100%;' fillcolor="red" strokecolor="white">
<v:fill ID="grad" color2="blue" type="gradient" angle="180">
</v:rect>
</DIV>
Your Content Here
</BODY>
</HTML>
|