MyBB Community Forums

Full Version: Color Change on hover
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How do i make the background color of a subforum(on index page) change when i hover over it.
Check this phpbb theme and just move your mouse over the various forums
and the background color changes. How to do that.
http://templatedemo.hvmdesign.com/view.php?st=12

i had found out that i would need a javascript for mover hover but i dont know which and where to enter it.
Anyone can please help
It's CSS, not sure exactly what but I've moved this to where it might get better attention.
thanks a lot MATT.
Admin CP > Templates & Styles > Themes > NAME > global.css > Advanced Edit

Scroll all the way to the bottom and add:
.trow1:hover, .trow2:hover {
 background-color: #D3D3D3; // change D3D3D3 to your designated color
}
(2009-03-22, 05:25 AM)Tom Loveric Wrote: [ -> ]Admin CP > Templates & Styles > Themes > NAME > global.css > Advanced Edit

Scroll all the way to the bottom and add:
.trow1:hover, .trow2:hover {
 background-color: #D3D3D3; // change D3D3D3 to your designated color
}
thanks a lot this worked. I had made a mistake of puttin a:hover instead of only hover.
But i want to make the entire row(including lastpost,thread count etc) change their color.
No problem, glad it worksBig Grin

- Tom
edited, lets see whats happen
yup Huh it not worked for me
(2009-03-23, 06:54 AM)Ghazala_Wali Wrote: [ -> ]edited, lets see whats happen
yup Huh it not worked for me
If you do this, it'll work fine:
(2009-03-22, 05:25 AM)Tom Loveric Wrote: [ -> ]Admin CP > Templates & Styles > Themes > NAME > global.css > Advanced Edit

Scroll all the way to the bottom and add:
.trow1:hover, .trow2:hover {
 background-color: #D3D3D3; // change D3D3D3 to your designated color
}
I edited again but not done rightly, Help
How is it 'not working'?
Pages: 1 2