Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nested qtip opacity problem
2nd May, 23:33 (This post was last modified: 2nd May 23:44 by zensurfer.)
Post: #1
Nested qtip opacity problem
I have a qtip, on click, showing an image map and when I hover over the image map I want another qtip to display.

It works on IE7 but not on FF 3.6. In FF 3.6 the tool tips get created but they have element styling of opacity: 0; If I set it to 1 in firebug it pops up just fine.

Let me know if you need any other information.

Here is the image map qtip call

JAVASCRIPT Code
$("area.mapHover").qtip({
        content: { attr: 'notes' },
        position: {
            my: 'top center',
            at: 'bottom center'
        }
    });



Here is the first qtip that pops up the image map

JAVASCRIPT Code
$(document).ready(function(){
	  jQuery("#searchlink").qtip({
		    content: {
		    	text: 'Loading...', 
		    	ajax: { url: 'puckNumber.jsp' } 
  			}, 
		    style: 'ui-tooltip-medium-large ui-tooltip-thin-light',
		    position: {
		        at: 'center right',
		        my: 'center left'
		    },
		    show: { event: 'click'  },
		    hide: { event: 'unfocus' }
		}); 
  });
Find all posts by this user
Quote this message in a reply
3rd May, 12:49
Post: #2
RE: Nested qtip opacity problem
Can you setup a test a case please? http://jsfiddle.net/fDavN/

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Hiding tooltip problem sohailanwarpk 2 400 31st January 12:13
Last Post: sohailanwarpk
  qTip & ASP.NET UpdatePanel Postback Problem qTipNoob 4 3,027 10th January 15:01
Last Post: naupadnara
  Nested 'spans' ttomor 1 591 24th October 22:08
Last Post: ttomor
  [Solved] Opacity change on mouseenter and mouseleave dapperdanman1400 3 828 19th October 09:59
Last Post: dapperdanman1400
  nested lists and qtip for the last mouseenter element ??? thbenda 0 339 4th October 09:24
Last Post: thbenda
  [Solved] Why is this not working - Link nested in tooltip needed 1 543 12th September 17:10
Last Post: Craig
  [Solved] Starter problem enne87 1 627 12th July 17:29
Last Post: Craig
  [Solved] code works in FF but not IE/ Opacity problem ictman1105 3 1,142 20th June 17:20
Last Post: Craig
  qTip problem inside update panel tonofweb 2 1,114 12th April 08:26
Last Post: kiddailey
  [Solved] z-index problem RickardL 3 1,382 31st March 19:48
Last Post: kiddailey



User(s) browsing this thread: 1 Guest(s)