Marquee

Codeblock

<HTML>
  <BODY>
<marquee 
    behavior="alternate" 
    direction="left" 
    bgcolor="#D5F8B4" 
    scrollamount="6"
    onmouseover="this.stop()" 
    onmouseout="this.start()" 
    <a href="http://snippets.wikidot.com">Snippets/</a>
    <a href="http://kuler.adobe.com/#create/fromacolor">Adobe Kuler/</a>
    <a href="http://strathviewconsultants.wikidot.com">Strathview Consultants</a>
</marquee>
 
</BODY>
</HTML>

Iframe

Options

Option Parameter Description
behavior alternate alternate scroll direction
direction left, right, up, down starting direction for scroll
bgcolor hex value background colour
scrollamount number speed of scroll. Higher=faster
onmouseover "this.stop()" stop scroll on mouseover
onmouseout "this.start()" start scroll after mouseover
<a href="http://strathviewconsultants.wikidot.com">Strathview Consultants</a> none link
<span style> hex value text colour. Using the span might not work as the CSS link property might override it.
Page tags: javascript
Site Design and Content by Strathview Consultants copyright 2009-2010