The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Making a mouseover image a clickable link
Resolved
And I thought I'd come back and share what I found to make it work like I wanted it to. The code below is from CoolText.com. It's to make a mouseover button. You put your images where you can find them and mod the path to suite. This got me on the way to figuring out how to make some eye candy buttons. Code:
<img src="cooltext416064551.png" onmouseover="this.src='cooltext416064551MouseOver.png';" onmouseout="this.src='cooltext416064551.png';" /> Code:
<div><img src="http://animeappeal.com/yadda/images/blah/od1/cv-a.png" onmouseover="this.src='http://animeappeal.com/yadda/images/blah/od1/cv-b.png';" onmouseout="this.src='http://animeappeal.com/yadda/images/blah/od1/cv-a.png';" /></div> It's in the Traumatic Tinkering theme at the bottom left. Any ideas? --------------- Added [DATE]1237111408[/DATE] at [TIME]1237111408[/TIME] --------------- Code:
<div><img src="http://animeappeal.com/yadda/images/blah/od1/cv-a.png" onmouseover="this.src='http://animeappeal.com/yadda/images/blah/od1/cv-b.png';" onmouseout="this.src='http://animeappeal.com/yadda/images/blah/od1/cv-a.png';" /></div> Code:
<input type="button" value="Click Me Baby One More Time" onClick="location.href='http://www.britneyspears.com'"> I fixed the url to point to where I wanted to go and it works like a charm. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|