MyBB Community Forums

Full Version: How to have this CSS effect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any way to have the mouse-over CSS effect like this forum

http://www.mybbturkiye.com/index.php


[Image: 86609896ji1.png]

After moving mouse over the forums

[Image: 30022777ne7.png]


I tried to insert this code in theme's global.css but my whole forum got affected (including threads and posts)

.trow1:hover,.trow2:hover {
background: url(images/imagefilename.gif) no-repeat bottom right;
} 
did you do (image/filename.gif)
Yep, but as I said it worked but whole forum got affected with those effects lol. The image was everywhere, threads, posts etc.