The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I want to no how to do the hover like when you click on the forum like general chat it lights up...does any one no how to do that? is it a hard hack to install?
|
|
#2
|
||||
|
||||
|
in vB3 there is some commented code in the end of the CSS manager. take a look at it, uncomment
find Code:
/* ***** active table cells (IE only) ***** */
/* .alt1Active, .alt2Active { behavior: url(clientscript/activecell.htc); } */
Code:
.alt1Active, .alt2Active { behavior: url(clientscript/activecell.htc); }
|
|
#3
|
||||
|
||||
|
There is also this - works for IE and all the other browsers ...
http://www.vbulletintemplates.com/mo...ighlight=hover |
![]() |
|
|