Log in

View Full Version : Help!! ! !



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>

jscheuer1
11-22-2008, 07:09 PM
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/side/cross_marq_oo_c_slide.htm

If you like it, use your browser's 'view source' to get the well documented code.