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:
  1. Speed of ticker
  2. Starting point of Text (Left, Right, Up, Down)
  3. Area reserve
  4. Text
The marquee is stop when mouse comes on the ticker. It can alter, it has a complete compatibility for every size of page. It can also use on responsive websites. 


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

Popular posts from this blog

Umbrella activities in Software Engineering

Operating System | Best Definition of Opetating System