Matthew Hawley submitted a new resource:
Smilie Hover Effect - Make those smilies hover!
Read more about this resource...
Smilie Hover Effect - Make those smilies hover!
Overview
So here I will show you how to put this certain smilie hover effect on your forum. Its quite simple actually.
View attachment 52673
1) Go to EXTRA.css and add this:
If you like this resource don't forget to rate and like it!
So here I will show you how to put this certain smilie hover effect on your forum. Its quite simple actually.
View attachment 52673
1) Go to EXTRA.css and add this:
Code:
img.mceSmilieSprite:hover { opacity: 1; transition: opacity .15s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;}
img.mceSmilieSprite { opacity: 0.5; }
Please consider a...