Results 1 to 3 of 3

Thread: getElementByID help - getting X boxes when cursor not on link

  1. #1
    Join Date
    Mar 2010
    Location
    Cleveland, OH
    Posts
    8
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Question getElementByID help - getting X boxes when cursor not on link

    In IE8 I get an "X" box where my image placeholder is whenever my cursor is not on a link to bring up the image. How do I get it to just be a blank white space when cursor is not on the link to the element? Same with FireFox but just when cursor is within the one cell of the table, not the entire page like in IE8.

    Could someone tell me how I can clean this us?

    http://www.bonfoey.com/ContempArtistPage.html

    Thank you!

    Dana O.

  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

    Your image:

    Code:
    http://www.bonfoey.com/thumbnail_placeholder.gif
    Is a 404 not found.

    I'm not sure what you mean about Firefox, perhaps that one image that is pointed to when the:

    cursor is within the one cell of the table
    is missing as well.

    To avoid momentary missing image tokens on first rollover of each of the triggers while viewing the page for the first time, all the images should be preloaded, either wholesale or on an as needed basis.
    - John
    ________________________

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

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

    DanaOldfather (05-13-2010)

  4. #3
    Join Date
    Mar 2010
    Location
    Cleveland, OH
    Posts
    8
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Thanks for your help! I just forgot the "images/" in naming the gif under my code for the hideImage.

    :0 You guys are great!

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
  •