CSS3 add grident with css

css3

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#191919′, endColorstr=’#323232′); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#323232)); /* for webkit browsers */
background: -moz-linear-gradient(top, #191919, #323232); /* for firefox 3.6+ */


About the author

Leave a Comment

Social Widgets powered by AB-WebLog.com.