PDA


View Full Version : Scrolling Links


VVIper
10-09-2005, 06:43 AM
Since the upgrade the scrolling link module has stopped functioning properly, normally it has an opacity which changes on mouse over, that is the part that is not working.
Any ideas?

DigitalDesktops
10-11-2005, 04:42 PM
I have this working on my site at www.trustinginfate.org.uk

If you want I can paste the code here that I used.

Judge Ruckus
10-12-2005, 01:05 PM
I have this working on my site at www.trustinginfate.org.uk

If you want I can paste the code here that I used.

By all means good sir, please do.

VVIper
10-14-2005, 09:08 PM
yes can you please cut and paste the code, mine has stopped working

RaceJunkie
10-15-2005, 12:48 AM
This is the code i use on mine. Change the links to suit your needs. Be sure to but the fading.js file in the same directory as your page.

View it here.

www.localracechat.com

<!-- Scrolling/Fading Links -->

<tr>
<td class="$getbgrow" width="100%">

<SCRIPT src="fading.js"></SCRIPT>
<MARQUEE behavior= "scroll" align= "center" direction= "up" height="170" scrollamount= "2" scrolldelay= "15" onMouseOver="this.stop()" onMouseOut="this.start()">
<center>
<!-- Begin Links -->
<a href="http://www.signmastergraphix.com" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://localracechat.smugmug.com/photos/34682198-L.jpg" alt=""></a><BR><BR>
<a href="http://www.1and1.com/?k_id=9025500" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://1and1.org/banners/1and1_125x125_D1.gif" width="125" height="125" border="0" alt=""></a><BR><BR>
<a href="http://www.victoryjunction.org/vj/index/home" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://localracechat.smugmug.com/photos/28546231-S.jpg" alt=""></a><BR><BR>
<a href="http://www.localracechat.com/forums/links/showlink.php?do=showdetails&l=168&postid=40#post40" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://localracechat.smugmug.com/photos/28542030-L.jpg" alt=""></a><BR><BR>
<a href="http://www.wish.org/" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://localracechat.smugmug.com/photos/28541248-L.jpg" alt=""></a><BR><BR>
<a href="http://www.1and1.com/?k_id=9025500" target="_blank"><img onmouseover=high(this) style="FILTER: alpha(opacity=30); moz-opacity: 0.3" onmouseout=low(this) border=0 src="http://1and1.org/banners/1and1_125x125_D2.gif" width="125" height="125" border="0" alt=""></a><BR><BR>

<!-- Source End -->

mholtum
10-15-2005, 03:02 AM
That code looke mighty familiar.. ;)

RaceJunkie
10-15-2005, 03:06 AM
That code looke mighty familiar.. ;)


Hey mholtum. Sorry did not mention you.

VVIper
10-15-2005, 03:35 AM
Yep that is the same code i have on mine.
That was mholtums one, and we thank mholtum very much for sharing.
I worked out why it was not working, i forgot to copy the java source to the root directory, without it the fading part doesnt work.

:) Trap for young players

cbr929rrerion
11-02-2005, 08:32 AM
I have it working on my site as well.. I like it..

Volion
12-05-2005, 10:42 PM
Anyway to make this work with firefox?

mholtum
01-27-2006, 05:08 PM
Anyway to make this work with firefox?I havent had the time to look into that. It the fade aspect doesnt work in FF, Opera or Navigator. I do have some free time on my hands and I will get on it.

djsynex
08-17-2007, 04:55 PM
where can I download it?

Peru_BobMarley
10-21-2007, 03:23 AM
where r the fading.js file??