Can any one help me create a marquee div using JavaScript?
I created one normally but i cant slow it down and i have been told to use JavaScript.
Could you point me in the right way or help me?
Page 1 of 1
Javascript Marquee
#2
Posted 20 October 2008 - 02:28 PM
dont understand why they said that.... try the following and fiddle with the 2 settings
<marquee scrolldelay="90" scrollamount="2">Your Marquee Here!</marquee>
Change scrolldelay (its in Milliseconds) to how often you want the marquee to move, and change "scrollamount" to the amount of pixels that you want the marquee to jump across the screen every time it moves.
Hope this helps.
<marquee scrolldelay="90" scrollamount="2">Your Marquee Here!</marquee>
Change scrolldelay (its in Milliseconds) to how often you want the marquee to move, and change "scrollamount" to the amount of pixels that you want the marquee to jump across the screen every time it moves.
Hope this helps.
#3
Posted 20 October 2008 - 04:23 PM
webbhost, on Oct 20 2008, 15:28, said:
dont understand why they said that.... try the following and fiddle with the 2 settings
<marquee scrolldelay="90" scrollamount="2">Your Marquee Here!</marquee>
Change scrolldelay (its in Milliseconds) to how often you want the marquee to move, and change "scrollamount" to the amount of pixels that you want the marquee to jump across the screen every time it moves.
Hope this helps.
<marquee scrolldelay="90" scrollamount="2">Your Marquee Here!</marquee>
Change scrolldelay (its in Milliseconds) to how often you want the marquee to move, and change "scrollamount" to the amount of pixels that you want the marquee to jump across the screen every time it moves.
Hope this helps.
Thats correct mate, i dont know who said that marquee cannot be slowed down.
#6
Posted 21 October 2008 - 08:23 AM
marquee isn't a proper HTML tag though: http://en.wikipedia....iki/Marquee_tag
Here's a page on how to do it with java script: http://www.howtocreate.co.uk/jslibs/htmlhi...plemarquee.html
Here's a page on how to do it with java script: http://www.howtocreate.co.uk/jslibs/htmlhi...plemarquee.html
- ← Site Menu Not Displaying Correctly in Firefox
- CSS, XHTML/HTML & JavaScript
- how to organize Divs in main content ? →
Share this topic:
Page 1 of 1
Help
















