JavaScript continuous Marquee

Discussion in 'JavaScript' started by cre8ive, Dec 6, 2007.

  1. #1
    I'm looking for a JavaScript continuous Marquee script. The closet thing I found is the following:

    http://www.huntingground.freeserve.co.uk/main/mainfram.htm?../imagery/imgscroll3h.htm

    However, I can't figure out how to get rid of ugly border lines (How can I get rid of these border lines? Also why does this create an inner HTML document? Is this necessary?). Is there a JavaScript script that scrolls an image continuously? Or, even better, is there a script that does something more stylish?
     
    cre8ive, Dec 6, 2007 IP
  2. Kaizoku

    Kaizoku Well-Known Member

    Messages:
    1,261
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    105
    #2
    The border is just css style at bottom of script
    
    border:4px solid #bbbbcc;
    
    Code (markup):
     
    Kaizoku, Dec 7, 2007 IP