-
Marquee tag
Hello everybody,
Is this possible to keep the content of the marquee tag visible when the page is loaded and then start scrolling. Basically what happens, when the page is loaded, the marquee panel is empty and the scrolling content then appears. I need to show marquee content loaded when the page is loaded.
Thanks.
-
Re: Marquee tag
document.getElementById('marqueeid').start()
....................................................stop()
-
Re: Marquee tag
Yes, I can control movement of marquee with these methods but I need to make content of marquee visible when page is loaded. Right now, when page is loaded, content appears from left and move towards right.
Is this possible?
Thanks.