Results 1 to 3 of 3

Thread: Simple <marquee> script.. Need litle help to edit it

  1. #1
    Join Date
    Jun 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Simple <marquee> script.. Need litle help to edit it

    Hey

    this's my first post here

    I think all know this simple code (it came with FronPage)

    Code:
    <p>
    <marquee direction="up">TEXT<br>TEXT2<br></marquee>
    </p>
    I have changed the direction from "left" to "up" and it worked !! (it was my first try to edit a code )

    but my question, is there any code that I can add it to this simple code to make the scroller pause between every line ...

    the reason that I'm not using a java script cuz instead for the 'TEXT' i will put a php code, I couldnt add php code on all the "scroller" scripts I have used..

    so plz help me : (
    (btw, sorry for my bad english )


    Thank u

    ThePower

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    You should note that the marquee tag, while easy to implement, is specific to IE only. To answer your question, unfortunately no, though you could do things like get it to pause onmouseover etc.

    Please see the following tutorial for more info on customizing the marquee tag: http://www.javascriptkit.com/javatutors/marquee.shtml

  3. #3
    Join Date
    Jun 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks ddadmin 4 ur reply..

    I will check that links


    regards
    ThePower

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
  •