Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
stuck qTip on images in tablerow
6th December, 08:32
Post: #1
stuck qTip on images in tablerow
Another Problem with my many qTips on one site. The images are organized in a table. Many images in one tablerow, where every row only has one column. If I start on the right side of the column the qTip shows as expected. But if I go left on the same row the first qTip stays open and none of the others opens.

Here is how I set the qTip:
JS Code
$(this).qtip({
		content: {
			url: 'littleTooltipSite.aspx',
			data: {
				id: itemID,
				status: stat,
				title: text
			},
			method: 'get'
		},
		position: {
			adjust: { screen: true },
			corner: {
				target: 'center',
				tooltip: 'bottomRight'
			}
		},
		style: {
			name: 'dark',
			tip: true,
			width: {
				max: 9000000000,
				min: 0
			}
		},
		show: { 
			solo: true,
			effect: {
				length : 0
			}
		},
		hide: {
			fixed: true,
			delay: 200,
			effect: { 
				type : 'slide',
				length : 0
			}
		}
	})


It is set in a mousover Event wich is removed afterwards. But the problem was there before I changed the time and place of attaching the qTip.
Any ideas for the reason of this behavior?
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Solved] Different images for each tooltip popup - tables ityler 1 127 12th April 15:41
Last Post: Craig
  Qtip works but not always [stuck tooltip and sometimes not showing] bittyme 5 802 15th August 00:14
Last Post: bittyme
  qtip for dynamic images & content cooldeeps 2 1,194 6th May 16:30
Last Post: cooldeeps
  Simple qtip for images in a list oneworld95 6 1,780 27th March 13:18
Last Post: scylla
  help for newbie to pull dynamic images xiabolai 2 1,406 4th October 19:49
Last Post: xiabolai
  Stuck with updateStyle() George 2 617 3rd October 15:28
Last Post: Craig
  show full-sized images for thumbnails on mouseover dynamically in php? xiabolai 0 1,907 21st September 02:52
Last Post: xiabolai
  [Solved] multiple images as a tooltip nana 1 675 28th July 21:05
Last Post: Craig
  [Solved] Loading Dynamic Images will only load the first one Hexer 9 1,971 30th April 09:00
Last Post: Hexer
  [Solved] Problems with the loading images demo rommydrum 1 762 16th February 22:55
Last Post: rommydrum



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