2009-02-10, 09:27 AM
Any way to have the mouse-over CSS effect like this forum
![[Image: 86609896ji1.png]](https://camo.mybb.com/e3978e53b5e4f209f95c235870ea35610d8a2901/687474703a2f2f696d6731312e696d616765736861636b2e75732f696d6731312f343631332f38363630393839366a69312e706e67)
After moving mouse over the forums
![[Image: 30022777ne7.png]](https://camo.mybb.com/dada33f4f1353b0aceb3ff728876eea22da69700/687474703a2f2f696d67392e696d616765736861636b2e75732f696d67392f353036312f33303032323737376e65372e706e67)
I tried to insert this code in theme's global.css but my whole forum got affected (including threads and posts)
http://www.mybbturkiye.com/index.php
After moving mouse over the forums
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;
}