Results 1 to 3 of 3

Thread: Cool DHTML Tooltip 1 problem with Opera

  1. #1
    Join Date
    Sep 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cool DHTML Tooltip 1 problem with Opera

    Cool DHTML Tooltip 1
    http://www.dynamicdrive.com/dynamici...tmltooltip.htm

    Hi, I recently used your tooltip on my site www.moonboats.co.uk and it all works great in IE and FF and I thought great, job done, but I just saw it in Opera 7 and the tooltip is bouncing around at the top of the page miles from where it should be. I've tried the Tooltip on another site and Opera still doesn't like the way I've done it.
    This is kinda perplexing me as the examples on your page work just fine.
    The tooltip is just used on the two links Medusa and Moonbeam.

    Any pointers greatly appreciated. (It's probably staring me in the face)
    Cheers, Joe

  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

    In your stylesheet, moon.css, the last style block, the one for the tool tip isn't closed with a:

    }

    at the end. Because of this (and/or perhaps other reasons), Opera is ignoring the position:absolute; contained in that style block. If you properly close that block, it should fix it. If not, just add the style inline to the:
    Code:
    <div id="dhtmltooltip" style="position:absolute;"></div>
    dhtmltooltip division, like I just did.
    - John
    ________________________

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

  3. #3
    Join Date
    Sep 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks John

    I just looked it myself, found the problem and came back here to see you'd beaten me to it!
    Sometimes staring at the screen you just can't see what's in front of you.

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
  •