MyBB Community Forums

Full Version: Trow Hover Effect On Index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
What's your forum URL?
if my forum id is: 12

I have to replace in this manner?

tbody[id*='12'] tr:hover td.trow1, 
tbody[id*='12'] tr:hover td.trow2 {
    background: #dedede;
}
Don't work for me, i have id forum 12 and I replace:

tbody[id*='12'] tr:hover td.trow1, 
tbody[id*='12'] tr:hover td.trow2 {
    background: #dedede;
}

I do something wrong?
I really loved this tutorial,

tried to figure out how to make it work for threads too, but unfortunately didn't find any solution to make this work for threads too. Somebody any ideas how it might work?
^ style code like below should work
tr:hover td.trow1, 
tr:hover td.trow2 {background: #dedede;}
How dumb of me, always searching way to far xD.

Ty you're a legend! Smile
You Rocks! Thanks!
(2017-04-27, 10:38 AM).m. Wrote: [ -> ]^ style code like below should work
tr:hover td.trow1, 
tr:hover td.trow2 {background: #dedede;}

i know it's a very old thread. is there anyway we can do it only for thread list and the main forum index list?
if we use this hover the entire site all rows get the effect. like newthrea template and others.
Pages: 1 2 3