Results 1 to 7 of 7

Thread: Cursor trail

  1. #1
    Join Date
    Jan 2009
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Cursor trail

    Script: DD Mouse and Cursor
    http://www.dynamicdrive.com/dynamicindex13/trailer.htm

    My 7th grade class is learning a little html and dreamweaver. I was trying to put the Image trail script in my html code. I copied the images and put in the code in my dreamweaver html, but when I view my site in my browser, I just get my plain old point. Is there something I might have missed or should be doing to make it work?
    I would truly appreciate any insights…..thank you

    PS. I don't have a site for my page yet because it's not on a host. I haven't learned that yet
    Last edited by newbee29; 01-20-2009 at 03:50 PM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
    Please post a link to the page on your site that contains the problematic script or attach your code so we can check it out and help you.

  3. The Following User Says Thank You to Snookerman For This Useful Post:

    newbee29 (01-20-2009)

  4. #3
    Join Date
    Jan 2009
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Sorry. I updated my post....is that better?

  5. #4
    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

    That script is outdated. It will not work with a valid DOCTYPE, which DW usually inserts at the beginning of every page's source code.

    So in your source code, get rid of:

    Code:
    <!DOCTYPE  . . .  >
    completely, and if your opening <html> tag doesn't look like this:

    Code:
    <html>
    change it so that it does.

    There could also be other problems
    - John
    ________________________

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

  6. #5
    Join Date
    Jan 2009
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Cool....thanks. I did that and I got the trailer, but the actual pictures don't appear. They are just little boxes with an x in the middle, like there should be a picture there.

    The images are saved in my website folder. I double checked to make sure the names match. I also checked my internet options to make sure the 'show image' box was checked. Could it be that I need to specify a folder or path for my picture? Or am I missing something else??

  7. #6
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Are you using an external file for the JavaScript code? If so, you need to make sure the paths to the images are relative to the file. It would be easier to help you if you could post the code you have so we can check it out.

  8. #7
    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

    if they are in the same folder as the page, it should be fine. However, not only should "the names match", but also the upper/lower case of the names as well.

    If you want more help:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - 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
  •