Forum Moderators: not2easy
basically, if I have this code:::
<p class="login"><a href="login.html" target="_self"></a></p> Would I be able to add an effect to the image that's set as the background url in the #footerPan p.login in my style.css?
Thanks
[w3.org...]
Most likely only webkit (the engine under Safari and Chrome) has an implementation of it today.
Lagacy IE versions have some scripting capability in CSS, but Microsoft wisely decided to drop it in IE8, so it's a dead-end at best.
If you want something more globally usable just go the traditional javascript path.