Marquee | Ticker for HTML | Ticker | Moving text on page
Details:
These codes are used to print a ticker on HTML pages. Its a full functional marquee.
You can reset:
Source Codes:
<div class="widget-content">
<marquee direction="left" onmouseover="this.stop()" scrollamount="4" onmouseout="this.start()" height="20px">
Text here
</marquee>
<br />
</div>
These codes are used to print a ticker on HTML pages. Its a full functional marquee.
You can reset:
- Speed of ticker
- Starting point of Text (Left, Right, Up, Down)
- Area reserve
- Text
Source Codes:
<div class="widget-content">
<marquee direction="left" onmouseover="this.stop()" scrollamount="4" onmouseout="this.start()" height="20px">
Text here
</marquee>
<br />
</div>
Comments
Post a Comment