archet1337
03-19-2010, 09:43 PM
Hi,
I would like to add a mouseover effect that changes the background of the forum table cell.
The problem is that in vb4 the forums aren't located withing a table, but use lists instead if I understand correctly.
This is the code I would like to add:
Adding this to additional.css?
td.off {
background: #CCCCCC;
}
td.on {
background: #999999;
}
and adding this to the list of forums on forum home:
class="off" onmouseover="this.className='on'" onmouseout="this.className='off'"
How do I go on to make this work on vb4?
Any pointers would be much appreciated :)
I would like to add a mouseover effect that changes the background of the forum table cell.
The problem is that in vb4 the forums aren't located withing a table, but use lists instead if I understand correctly.
This is the code I would like to add:
Adding this to additional.css?
td.off {
background: #CCCCCC;
}
td.on {
background: #999999;
}
and adding this to the list of forums on forum home:
class="off" onmouseover="this.className='on'" onmouseout="this.className='off'"
How do I go on to make this work on vb4?
Any pointers would be much appreciated :)