Hi,
I try to use a CSS3 transition in my custom design.
The code I add looks like this:
#primary {
background:none repeat scroll 0 0 transparent;
-webkit-border-radius:5px;
-webkit-transition-property:color, background;
-webkit-transition-duration: 1s, 1s;
-webkit-transition-timing-function: linear, ease-in;
}
#primary:hover {
background:#ffffff;
}
unfortunately when I save, Custom Design strip my code and keep only
#primary {
background:none repeat scroll 0 0 transparent;
-webkit-border-radius:5px;
}
#primary:hover {
background:#ffffff;
}
any idea?
note: I am using twenty eleven
The blog I need help with is crakette.wordpress.com.