×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

VML example - How to create a VML gradient background for a web page?


VML - How to create a VML gradient background for a web page?

Try the following code:

<html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<xml:namespace prefix="v"/>
<style>
 v\:* {behavior=url(#default#VML)}
 o\:* {behavior:url(#default#VML);}
</style>

</head>
<body>

<v:background fillcolor="#224452">
<v:fill type="gradient"/>
</v:background>

</body>
</html>

Category: VML

 
<< Go back