Results 1 to 2 of 2

Thread: how to add more lines to Cross Browser marquee II?

  1. #1
    Join Date
    Feb 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how to add more lines to Cross Browser marquee II?

    Hi

    i dont know a lot about html
    i have page that i pot inside the Cross Browser marquee II
    everything good but i dont know how to add more line to the Cross Browser marquee II

    someone can help me pls ?

    here is my code
    Code:
    </script>
    
                            <div id="marqueecontainer" 
                            onmouseover=copyspeed=pausespeed 
                            onmouseout=copyspeed=marqueespeed>
                            <div style="POSITION: absolute; WIDTH: 98%" 
                            id=vmarquee><alon <h4>
                            <h4>Great Service</h4><alon< div>very helpful! On time. 
                            Very careful with everything!</div>
                            <div>
    Last edited by jscheuer1; 02-05-2010 at 08:35 AM. Reason: format code

  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

    Please post about Dynamic Drive Scripts in the Dynamic Drive Scripts Help section here where I've moved this thread, and:

    Warning: Please include a link to the DD script(s) in question in your post. See this thread for the proper posting format when asking a question.


    What's that <alon stuff for? Looks like a typo. Anyways, you should be able to add stuff right in:

    Code:
    <div id="marqueecontainer" 
    onmouseover="copyspeed=pausespeed;" 
    onmouseout="copyspeed=marqueespeed;">
    <div style="position: absolute; width: 98%" id="vmarquee">
    <h4>Great Service</h4><div>very helpful! On time. 
    Very careful with everything!</div>
    <h4>Another Header</h4><div>More details. 
    Describes the header!</div>
    </div></div>
    - 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
  •