★Add to favorites

AdSense

2016년 7월 19일 화요일

MARQUEE STOP/START BUTTON.


Click the buttons!!!
  |  

<marquee id="myMarquee">Click the buttons!!!</marquee>
<br />
<input onclick="document.getElementById('myMarquee').stop();" onmouseout="this.style.backgroundColor='transparent';return true;" onmouseover="this.style.backgroundColor='#FFD8D8';return true;" style="background-color: transparent; border-color: blue; border-radius: 5px;" type="button" value="Stop" />
&nbsp;&nbsp;|&nbsp;&nbsp;
<input onclick="document.getElementById('myMarquee').start();" onmouseout="this.style.backgroundColor='transparent';return true;" onmouseover="this.style.backgroundColor='#FFD8D8';return true;" style="background-color: transparent; border-color: blue; border-radius: 5px;" type="button" value="Start" />

HOPE YOU MAKE A NICE WEBSITE USING HTML!!!

PLEASE GIVE ME COMMENTS!!!
COMMENT IS VERY HELPFUL FOR ME.

PLEASE ADD 'How 2 Code' TO YOUR FAVORITE!!!.

댓글 없음:

댓글 쓰기