[BB Code] move left - right - up - down
Hi all
sorry for my bad English this BB Codes make your words moving left - right - up - down demo : http://www.alra7ba.net/vb/showthread.php/189-%CA%CC%D1%C8%C9?p=173485#post173485 user : vBulletin pass : 123456 All of the following codes are added in your admincp under: Custom BB Codes -> BB Code Manager -> Add New BB Code move left Title: movlleft Tag: movlleft Replacement: PHP Code:
<marquee onmouseover=this.stop() onmouseout=this.start() direction="left" scrolldelay="9" scrollamount="2">{param}</MARQUEE>
Description: your text well move from right to left Use {option}: No Button Image: PHP Code:
images/editor/kleft.gif
================================ move right Title: movright Tag: movright Replacement: PHP Code:
<marquee onmouseover=this.stop() onmouseout=this.start() direction="right" scrolldelay="9" scrollamount="2">{param}</MARQUEE>
Description: your text well move from left to right Use {option}: No Button Image: PHP Code:
images/editor/kright.gif
================================ move up Title: movup Tag: movup Replacement: PHP Code:
<marquee onmouseover=this.stop() onmouseout=this.start() direction="up" scrolldelay="9" scrollamount="2">{param}</MARQUEE>
Description: your text well move from down to up Use {option}: No Button Image: PHP Code:
images/editor/kup.gif
================================ move down Title: movdown Tag: movdown Replacement: PHP Code:
<marquee onmouseover=this.stop() onmouseout=this.start() direction="down" scrolldelay="9" scrollamount="2">{param}</MARQUEE>
Description: your text well move from up to down Use {option}: No Button Image: PHP Code:
images/editor/kdown.gif
images are in attachment uploude it to your root at images/editor/ that is all no need to pres install it is up to you Download
move.zip (1.4 KB, 89 downloads) |