hey there, cool mod (installed)
Is there a way to make the stream continuous? For some reason on my forum it goes through the forums listed, waits till the last of the text clears, then starts again.
Also, there's a little browser-compliance issue:
Code:
marquee width="{$vboptions[tickwidth]}"%
makes the width of the marquee 100 pixels (if it's set to 100) in IE. Easy fix:
Code:
marquee width="{$vboptions[tickwidth]}%"
move the "%" inside the the quote, gives you the proper width in IE and firefox.