![]() |
Highlight Thread with over mouse
How to highlight thread with over mouse like on this forum:
http://tech6.com/f51-vbulletin/ Thank you D |
If you mean "mouse over" preview of a thread.
admincp --> vbulletin options --> Forum Display Options (forumdisplay) --> Length of Thread Preview Text This setting allows you to specify how many characters of the first post in a thread to display in the 'title' tag of the thread title on the forumdisplay page. Set this value to 0 to disable thread previews. |
No.
Try to go on this page in my first post and with mouse over threads. You will see they are changing color. |
Anyone?
|
That's just a CSS trick, if you look in your CSS definitions you should be able to add (or if it's already there) change link:hover to another colour.
Example: link:hover {color: #FFFFFF; background-color:000000; text-decoration: none} You change the text colour to white (color) and the background to black when someone hovers over it. At least I believe that would be the easiest and quickest way of doing it. |
actually it is:
HTML Code:
.alt1Active:hover { there was an old javascript acting on hovering effect, but was incompatible with the new browsers, so it was abandonned. using CSS like shown in the code here is good. |
Ok, but where I should add this?
|
AdminCP >> Styles & Templates >> Style Manager >> Main CSS of the style you want to edit
put that code in the last block you see on that page, named Advanced Users:... put it in the bottom field, to avoid breaking anything... :) change the colors, btw, these are crap. |
Thank you :)
This is great! |
All times are GMT. The time now is 07:04 PM. |
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:
|