Results 1 to 2 of 2

Thread: [RESOLVED] scrolling

  1. #1

    Thread Starter
    Fanatic Member merhaba's Avatar
    Join Date
    Sep 2002
    Location
    Istanbul,Bartin-Gallipoli(Gelibolu-Canakkale)
    Posts
    601

    Resolved [RESOLVED] scrolling

    Hi,
    I searched for a "scrolling background" but could not find any so I
    had a brilliant idea as to use "a marquee" instead...But ....please tell me that it is possible to
    use a marquee inside a function...If you do I will be able to do lots of things...
    any help...

    PHP Code:
    <html>
    <
    head>
    <
    script>
    <function 
    run()
    {
    document.getElementById("aaa").innerHTML='<marquee direction=left scrollamount=8><img src="res1.gif"></marquee>';
    }
    </
    script>
    </
    head>
    <
    body onload="run()" bgcolor="pink">
    <
    div id="aaa"></div>
    </
    body>
    </
    html

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: scrolling

    Marquee is non standard, so you have no guarantee it will work in any browser in the future.

    You already have one thread on this

Posting Permissions

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



Click Here to Expand Forum to Full Width