Overview
So here I will show you how to put some smilie hover effect on your forum. Its quite simple actually.
1) Go to EXTRA.css and add this:
So here I will show you how to put some smilie hover effect on your forum. Its quite simple actually.
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...
You do not have permission to view the full content of this resource.
Log in or register now.