Monday, October 5, 2009

The colored round horn form in Dreamweaver MX/8 makes a method

Relevant code is as follows:

<html Xmlns:v>
<head>
<style>V\:*{behavior: Url(#default#VML);}
</style>
</head>
<body>
<v:ROundRect Style="position:rElative;width:250;height:250px" StrokeColor="blue">
<v:sHadow Type="single" Color="#b3b3b3" Offset="5px, 5px"/>
<v:tExtbox Style="font-size:12px;color:rEd">css realizes </v:t of true round horn formExtbox>
</v:ROundRect>
</body>
</html>

After code puts <table></table> .

Black part sets form position, blue part installs form color.

No comments:

Post a Comment