Results 1 to 2 of 2

Thread: Drop down/ Overlapping Content script

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

    Default Drop down/ Overlapping Content script

    1) Script Title: :: Drop down/ Overlapping Content script

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

    3) Describe problem: I love this script, but, have one slight problem. I am using the option to call content from an external file, which is working great, apart from one issue. There are image files called on the external file, which I want to use the ALT tag for. When you mouse over the image, ordinarily the ALT content is displayed in a call out, however, not where opened by this script.

    Does anyone know a fix?

    thanks

    David

  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

    There is no ALT tag. If you mean the alt attribute, that is not how browsers are supposed to behave as regards the alt attribute. IE will show a tool tip type thing, if there is no title attribute for the image. All other browsers require a title attribute for that. Ordinarily though an image tag imported via AJAX will retain all of its ordinary attributes and they will continue to behave as they would in any given browser. Sometimes though, if the imported code is invalid, it will be altered on import, this can have unexpected consequences. Or, if the alt behavior you are talking about requires a script to run, if the script is on the imported page, it usually will either not import or will not run on import. Or it could be something else.

    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
  •