budnkybill
11-20-2008, 07:51 PM
I am new to html and I have been able to make a image sroller. I was wanting to put a picture in front of the scroller so that it looks like it is scrolling inside the picture frame! Would Be of GREAT help if someone could help me out thanks. or a sizeable background image. Thanks Again! ! ! !
Here is my code:
<marquee
loop="infinite"
scrollamount="4"
width="200"
height="300"
behavior="scroll"
direction="up"
onmouseover="this.stop();"
onmouseout="this.start();">
<center>
<FONT COLOR="red"><p style="font-family:Cursive;font-size:30px;"><b>KSGMSC<br>Welcome's<br>YOU!</b></p></FONT>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<img src="aniGif.gif" width="112" height="57" alt="Sign Up TODAY" border="0">
<FONT COLOR="yellow"><p style="font-family:times;font-size:20px;">Sign up Now ONLINE!</p>
<FONT COLOR="white"><p style="font-family:times;font-size:15px;">Sign up Now for<br>the 2009 Convetion!<p></FONT>
<FONT COLOR="red"><p style="font-family:arial;font-size:8px;">Click the button below.<p></FONT>
<a href="http://ksgmsc.tripod.com/sign_up.htm"><img src="sign.jpg"
width="175" height="34" alt="Sign Up TODAY" border="0" /></a>
</center>
</marquee>
Here is my code:
<marquee
loop="infinite"
scrollamount="4"
width="200"
height="300"
behavior="scroll"
direction="up"
onmouseover="this.stop();"
onmouseout="this.start();">
<center>
<FONT COLOR="red"><p style="font-family:Cursive;font-size:30px;"><b>KSGMSC<br>Welcome's<br>YOU!</b></p></FONT>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<img src="aniGif.gif" width="112" height="57" alt="Sign Up TODAY" border="0">
<FONT COLOR="yellow"><p style="font-family:times;font-size:20px;">Sign up Now ONLINE!</p>
<FONT COLOR="white"><p style="font-family:times;font-size:15px;">Sign up Now for<br>the 2009 Convetion!<p></FONT>
<FONT COLOR="red"><p style="font-family:arial;font-size:8px;">Click the button below.<p></FONT>
<a href="http://ksgmsc.tripod.com/sign_up.htm"><img src="sign.jpg"
width="175" height="34" alt="Sign Up TODAY" border="0" /></a>
</center>
</marquee>