Background position

Hello,

I have searched the archives of the list but didn’t find mention of
this. Is there a possibility of allowing the definition of background
position coordinates separately?

a{
background:url("...") no-repeat 0 0;
}

a:hover{
background-position-y:-40px;
}

This would be useful in reducing css declarations when using sprite
background images.

Regards,

Sophie

Received on Monday, 18 May 2009 09:25:25 UTC