- From: Sophie <sophie.gousset@laposte.net>
- Date: Sun, 17 May 2009 22:18:23 +0200
- To: www-style@w3.org
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