Nice CSS3 Button Generator
Showing posts with label gradient. Show all posts
Showing posts with label gradient. Show all posts
Sunday, July 10, 2011
Saturday, July 9, 2011
CSS Gradient
.orangeGradientVertical { background: #FFE27C; /* Old browsers */ background: -moz-linear-gradient(top, #FFE27C 0%, #ffd83b 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE27C), color-stop(100%,#ffd83b)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #FFE27C 0%,#ffd83b 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #FFE27C 0%,#ffd83b 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #FFE27C 0%,#ffd83b 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE27C', endColorstr='#ffd83b',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #FFE27C 0%,#ffd83b 100%); /* W3C */ }
Subscribe to:
Posts
(
Atom
)