The Arcive of vBulletin Modifications Site. |
|
increase marquee width for champion text Details »»
|
|||||||||||||||||||||||||
How do you increase the width of the html marquee which displays the champion text in postbit?
Thanks Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
plugin manager ibProArcade: Crowns in Postbit
Code:
case 1:
$crowns = '<marquee width="120" scrollamount="3" onmouseover="this.stop();" onmouseout="this.start();">';
break;
case 2:
$crowns = '<marquee width="175" name="crownscroll" scrollamount="1" direction="up" height="20" onmouseover="this.stop();" onmouseout="this.start();">';
|
![]() |
|
|