Tag: CSS Selector
CSS
I had a situation where I had to animate an element only during mouse leave through CSS only. I tried everything but was not successful. I searched over the internet and got nothing other than using another class through JavaScript or jQuery during mouse leave action....
Misc
div[class^=”test”] { background: #ffff00;}