What Are These?

Monday 6 July 2009

Create text or picture moving (marquee)

This is a simple script/code to create your text ot picture moving


This is for down and up


<span style="color: rgb(255, 0, 0);">name of roll</span>
<marquee onmouseout="this.start()" border="0" direction="down" align="center"
scrollamount="2" height="200" onmouseover="this.stop()" width="95%" marquee/>
your html code<br/></marquee>

<span style="color: rgb(255, 0, 0);">name of roll</span>
<marquee onmouseout="this.start()" border="0" direction="up" align="center"
scrollamount="2" height="200" onmouseover="this.stop()" width="95%" marquee/>
your html code<br/></marquee>




This is for left and right


<span style="color: rgb(255, 0, 0);">name of roll</span>
<marquee onmouseout="this.start()" border="0" direction="left" align="center"
scrollamount="2" height="200" onmouseover="this.stop()" width="95%" marquee/>
your html code</marquee>

<span style="color: rgb(255, 0, 0);">name of roll</span>
<marquee onmouseout="this.start()" border="0" direction="right" align="center"
scrollamount="2" height="200" onmouseover="this.stop()" width="95%" marquee/>
your html code</marquee>



May be you interested :


0 comments:

Post a Comment

Followers