Results 1 to 2 of 2

Thread: Help!! ! !

  1. #1
    Join Date
    Nov 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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>

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •