Mon Feb 27, 2012 10:14 pm
<html>
<head>
<title>background attachments</title>
<style type='text/css'>
body {
filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b74b0', endColorstr='#2b446a');
background:
-moz-linear-gradient(50% 100% , #2b446a 20%, #4b74b0 100%)
repeat scroll 0 0 transparent;
background:
-webkit-gradient(linear, 0 100%, 0 20%, from(#2b446a), to(#4b74b0));
height:800px;
</style>
</head>
<body>
<p>
gradient background color using CSS
</p>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.