asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Aug 25, 2014 9:36:10 GMT -8
Hi,
I have a logo which I have uploaded to my forum, is there a code I can put on so that when the curser has hovered over the image, it then rolls-over to a new image?
~asht0n91.
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Aug 27, 2014 9:03:07 GMT -8
... Bump ...
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Aug 28, 2014 13:50:09 GMT -8
Bump ...
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 1, 2014 10:18:31 GMT -8
...
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 3, 2014 13:54:44 GMT -8
...
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 12, 2014 15:20:34 GMT -8
Any idea guys??
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 14, 2014 10:30:28 GMT -8
...
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 16, 2014 14:27:09 GMT -8
Bump ...
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 18, 2014 9:13:47 GMT -8
...
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 20, 2014 4:48:38 GMT -8
...
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 21, 2014 3:48:46 GMT -8
...
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 23, 2024 8:28:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 21, 2014 4:31:33 GMT -8
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 22, 2014 9:59:41 GMT -8
Thanks. I've reviewed it, but I can't understand where I need to put what code. Unfortuntely, I'd need somebody to tell me the exact location, as well as supply me the code with where I need to edit (Banner link, with the hover link too). Sorry.
|
|
asht0n91
New Member
Always more to learn.
Posts: 89
inherit
187114
0
Jan 6, 2016 11:13:34 GMT -8
asht0n91
Always more to learn.
89
December 2012
asht0n
|
Post by asht0n91 on Sept 24, 2014 8:58:22 GMT -8
...
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 23, 2024 8:28:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 24, 2014 12:01:32 GMT -8
Give this a try
Add in the image URL of your Ist image
Then add image url of your 2nd image that will show when you hover the mouse over
You can also add a link to a thread or post just add in the URL LINK WHERE IT SHOWS IN BOLD
You can change <div align="center"> to "left" or "right" Depending on where you wish the image to display
CHANGE WIDTH AND HIGHT TO YOUR IMAGE SIZE
MAIN HEADERS - OR HOME TEMPLATE
hover the mouse over the image top of forum
<script language="javascript"> function MouseRollover(MyImage) { MyImage.src = "ADD YOUR FIRST URL IMAGE HERE";} function MouseOut(MyImage) { MyImage.src = "ADD THE IMAGE URL TO ROLL OVER TOO HERE";} </script>
<div align="center"> <a href="ADD URL LINK HERE/"><img src="ADD IMAGE URL OF FIRST IMAGE HERE" title="ADD TEXT HERE" style="border-style:none" boarder="0px" width="259px" height="194px" onMouseOver="MouseRollover(this)" onMouseOut="MouseOut(this)" /></a> </div>
CHANGE WIDTH AND HIGHT TO YOUR IMAGE SIZE
Steve
|
|