Results 1 to 2 of 2

Thread: Cool DHTML Tooltip flickers in IE6 and IE7

  1. #1
    Join Date
    Mar 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cool DHTML Tooltip flickers in IE6 and IE7

    1) Script Title: Cool DHTML Tooltip

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

    3) I am hoping to use this code to float a table heading, which is a graphic, over the body of the table. It works perfectly in Firefox, but in IE, the graphic flickers as the mouse is scrolled up and down (it actually disappears when the mouse is between rows). Table cell spacing and padding are set to zero.

    The mouseover and mouseout events for the tooltip are in the <table> code. The color bars are in the <tr> codes.

    Is this a common problem? Is there a work around? Will putting a delay on the function hideddrivetip() mitigate the problem? If so, I will need help with the code.

    Here is the page: http://www.coilcraft.com/0603ct_hover6.cfm

    Thanks,
    mjb4michael

  2. #2
    Join Date
    Mar 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    By adding the delay code:

    function delayhidetip(){
    delayhidetimer=setTimeout("hideddrivetip()", 20)
    }

    the flicker disappeared, and the tooltip worked beautifully.
    http://www.coilcraft.com/0603ct_hover6.cfm

    After experimenting with the floating column head, we decided to go with a fixed head that stays at the top of the window.

    http://www.coilcraft.com/0603ct.cfm

    Both solutions won praise, but having the head stick to the top of the screen was preferred.

    Thanks,
    mjb4michael

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
  •