Commodities
Crude Oil 63.03 -6.68%
Natural Gas 3.84 -
Gasoline 2.05 -5.34%
Heating Oil 2.08 -5.14%
Gold 3012.00 -2.82%
Silver 29.12 -9.37%
Copper 4.38 -9.73%
2025.04.07 end-of-day » Add to your site
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