hotwheels |
01-17-2006 01:28 PM |
Quote:
How can i slow down the scroll?
|
go to your admincp, style & templates, style manager,.......then click on the double arrow's.......scroll down to "menualert" and click customize......when the template opens up, delete all of the infromation in the box and add this:
Quote:
<!-- Alert Menu Content -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center"><if condition="$vboptions[alert_menu_switch]">
<td class="vbmenu_control" width="75"><font color="#{$vboptions['alert_menu_title_text_colour']}"><b>{$vboptions['alert_menu_title']}{$vboptions['alert_menu_title_fix']}</b></font></td>
<td class="vbmenu_control" width="535" align="left"><if condition="$vboptions['alert_menu_marquee_switch']">
<marquee direction="{$vboptions['alert_menu_marquee_direction']}" width="820" scrolldelay="120"></if><font color="#{$vboptions['alert_menu_content_text_colour']}"><b>{$vboptions['alert_menu_alert']}</b></font><if condition="$vboptions['alert_menu_marquee_switch']"></marquee></if></td>
</if>
</tr>
</table>
</div>
<!-- / #End Alert Menu Content -->
|
click save and reload............
the only change that i made was: scrolldelay="120" this is what will control your speed, you can change to your specific need's, but i think 120 is perfect.........Increase the number to slow down the scroll.........try inserting 140.........ect.
I hope it was okay for me to post this, please delete if not...........thanks, hotwheels
|