![]() |
I attempted to have the same effect in the forumdisplay utilizing the following code that I assembled from this thread creator's code and a previous poster. I am running into a problem though where I cannot force the hand to show in the forum display.
Edited in the threadbit template PHP Code:
|
Beautiful!
|
Works like a charm on 3.5.3, thanks
|
I like it a lot! *Install*
Craig |
Working, but it's changing my forum font to 9 pixels instead of 10, and causing my cells to shift:
http://www.sevenstring.org/chris/rolloverissue.jpg How do I get around this? Thanks! [high]* Club3G clicks install[/high] |
Fixed. I had to do the following, for anyone encountering a similar problem:
Add this to the main CSS. If your style isn't using verdana in that cell, substitute which font you're looking for. Code:
/* ***** Forum Rollover Coloring ***** */ Then where this is present: Code:
onmouseover="this.className='alt2Active' Code:
onmouseover="this.className='forumrollover' - Chris |
Is it possible even in thread pages?
|
Quote:
Done my way (see a few posts up) with a CSS variable for the rollover: Replace: Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]"> Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1';"> |
wow i actually did it, but is there any way i can change the color of it?? i have a light theme, and the color that it makes is bothering my eyes.
thanks |
Quote:
In the main CSS for your style, add this to the bottom of the "Additional CSS Definitions" block down the bottom. Code:
/* ***** Forum Rollover Coloring ***** */ Change the #555555 to whichever color you want to change to. Then in the template edits, change: Code:
onmouseover="this.className='alt2Active';" Code:
onmouseover="this.className='forumrollover';" |
All times are GMT. The time now is 01:44 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|