The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Logo Rollover/Hover
Hey y'all,
I'm looking for the easiest way to make a rollover (hover) image for my logo. Being new to vBulletin 4, I've been having a tough time figuring out *where* exactly I should be editing- css, stylevars, or the header template. Thank you so much! |
#2
|
||||
|
||||
There's several ways of going about that actually, including adding a jquery scrollover type of animated effect. The simplest code to do so though is:
Code:
<img src="image.gif" width="" height="" border="" onmouseout="this.src='image.gif';" onmouseover="this.src='image2.gif';" alt="" /> Where "image.gif" is the image that loads on first appearance, "image2.gif" is the image shown on mouseover. You can define width/height/border/alt There's better ways to do it of course - but you asked for the easiest way HTH Jacquii. --- depending on your style - you will find the logo code in your header template. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|