[wp-trac] [WordPress Trac] #16461: CSS3 gradient replacements for images and rework existing
WordPress Trac
wp-trac at lists.automattic.com
Sat Apr 23 14:25:07 UTC 2011
#16461: CSS3 gradient replacements for images and rework existing
----------------------------------------------------+------------------
Reporter: cyberskull | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.2
Component: Performance | Version: 3.1
Severity: normal | Resolution:
Keywords: needs-refresh ui-feedback dev-feedback |
----------------------------------------------------+------------------
Changes (by ocean90):
* keywords: needs-refresh ui-feedback => needs-refresh ui-feedback dev-
feedback
Comment:
My suggestion based on
http://ie.microsoft.com/testdrive/Graphics/CSSGradientBackgroundMaker/
{{{
background-color: #xxx; /* Fallback */
background-image: -ms-linear-gradient(...); /* IE10 */
background-image: -moz-linear-gradient(...); /* Firefox */
background-image: -o-linear-gradient(...); /* Opera */
background-image: -webkit-gradient(...); /* old Webkit */
background-image: -webkit-linear-gradient(...); /* new Webkit */
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16461#comment:15>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list