Quote:
Originally Posted by michaelsilvia
How can I turn off the auto cycle or change the time it cycles through the tabs?
|
in the init() parameter.. Auto rotate is off by default () the rotation time is in microseconds, so if you want it to auto rotate 10 seconds between tabs, set it to myforumtabs.init(10000)
Code:
<!-- Tabbed Forums switch tab script -->
<script type="text/javascript">
var myforumtabs=new ddtabcontent("forumtabs")
myforumtabs.setpersist(true)
myforumtabs.setselectedClassTarget("link")
myforumtabs.init()
</script>
<!-- /end Tabbed Forums switch tab script -->