-
Help!! ! !
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>
-
-
The marquee tag is non-standard. The font tag is deprecated. Since your implementation relies upon javascript anyway, may as well use a script for the whole thing, perhaps:
http://home.comcast.net/~jscheuer1/s...oo_c_slide.htm
If you like it, use your browser's 'view source' to get the well documented code.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks