The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mouse over a thread/topoic hover color?
How do I edit the template if I want the cell color change when mouse over it?
Like this website: http://forums.slickdeals.net/forumdi...duid=40452&f=9 What mod would I need and how? Thanks! |
#2
|
|||
|
|||
That's special coding, I don't believe there is a mod for it.
|
#3
|
|||
|
|||
well the easiest thing you could do is css puesdo script.
.alt1:hover { background-color: #EBEFF2; } something like that. But this would be used for anything with the class alt1. the second thing you could do is edit the threadbit template find <td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> change to <td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]" OnMouseOver="this.style.background='white';" onMouseOut="this.style.background='red url(images/alt1.gif) repeat';"> and change the colors that you want to whatever you want also the background image to the original alt or color. |
#4
|
|||
|
|||
This is in the template mods section.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|