Posts

Showing posts with the label Full functional Marquee

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: Speed of ticker Starting point of Text (Left, Right, Up, Down) Area reserve 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>