Results 1 to 3 of 3

Thread: Help with Cursor Trail Text

  1. #1
    Join Date
    Feb 2007
    Location
    Wasilla, Alaska
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with Cursor Trail Text

    1) Script Title: Cursor Trail Text

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...railortext.htm

    3) Describe problem: Hey Gang, first this is an awesome site, I only regret it took me so long to find it.
    My problem is this. I alreay have an existing Web page that has an "onload" command in the body tag for a flyout menu. it looks like this.

    <body onload="P7_initPM(0,12,1,-20,10)">

    How do I get the "onload" command for the Cursor Trail Text, into the same body tag and have them both still work? Thanks in advance.

  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

    Code:
    <body onload="P7_initPM(0,12,1,-20,10);makesnake();" style="width:100%;overflow-x:hidden;overflow-y:scroll">
    - John
    ________________________

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

  3. #3
    Join Date
    Feb 2007
    Location
    Wasilla, Alaska
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hey John, that was the ticket! Works like a champ. I really appreciate it!!

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
  •