The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Scrolling Marquee Custom Block
I am currently trying to code a marquee in a custom block in vbindex. Here is the code I am using so far.
Code:
<script language="javascript" src="buttonfader.js"></script> <a name= "scrollingCode"></a> <marquee behavior="scroll" loop="-1" height="300" direction="up" scrollamount= "2" hspace="0" vspace="0" scrolldelay= "60" onmouseover='this.stop()' onmouseout='this.start()'> <center> <a href="http://www.test.net" target="_blank"> <img src="images/affiliates/test.png" height="31" width="88" border="0" vspace="3" alt="Test" onMouseOver="this.filters.alpha.opacity='100'" onMouseOut="this.filters.alpha.opacity='40'" style="filter:alpha(opacity=40);-moz-opacity:40%;"></a> </center> </marquee> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|