(I’m new to the forum, so be gentle…)
Two sites, One Problem: No scrollin’ goin’ on…
(1) http://www.sheatsrepousse.com/main.html - I’ve loaded the "News & Updates Section with plenty of text (loaded from an external .txt file), but as you can see, it doesn’t want to scroll at all! Now keep in mind, prior to the last update, it scrolled just fine. But this time, no dice…
loadText = new loadVars();
loadText.load(“news.txt”);
// creating the loadVarsText function
loadText.onLoad = function() {
scroller.text = this.news;
};
(2) http://www.mtzionnashville.org/menu.htm - This is my church’s site of which I’ve inherited the duties of updating… Upon clicking the “Meet the Bishop” link, you may notice that although the text keeps going, the scroller doesn’t show up! However, if you click on the “Meet the Bishop” link again, it shows up just fine. What’s the deal?
Let me know what all I need to provide as additional information to get an answer to my question.