Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Another IE6 / IE7 problem
20th April, 18:00
Post: #1
Another IE6 / IE7 problem
Hi guys,

I've been looking through the forums and can't seem to find my same issue. There's a few people who report IE6/7 errors and they seemed to be fixed by removing extra commas however I can't see one out of place in my code.

Does anyone else have an idea what could be wrong. I've tried downgrading jQuery too as someone mentioned there were some errors with that recently too but that dind't work either.

JS Code
$('.item').qtip({
	content: '',
	show: 'mouseover',
	hide: 'mouseout',
	text: false,
	position: { 
		corner: { 
			target: 'topMiddle', 
			tooltip: 'bottomMiddle' 
		} 
	}, 
	style: { 
		tip: {
			corner: 'bottomMiddle', 
			size: {
				x: 35,
				y: 20
			}
		}, 
		width: {
			min: 100,
			max: 600
		},
		'background-color': '#fff000',
		border: {
			width: 0,
			radius: 3,
			color: '#fff000'
		}
	} 
});


Thanks
Find all posts by this user
Quote this message in a reply
21st April, 17:57
Post: #2
RE: Another IE6 / IE7 problem
mrmg, you'll need to provide some content for your tooltip, otherwise it won't render.

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 388 31st January 12:13
Last Post: sohailanwarpk
  [Solved] Starter problem enne87 1 621 12th July 17:29
Last Post: Craig
  [Solved] Tip corner not showing in IE7 and IE8 danlefebvre 9 3,316 3rd June 08:17
Last Post: amitshahc
  On jQuery 1.5.1, tips don't appear in IE7 or IE8 panabee 3 1,428 23rd May 17:51
Last Post: Craig
  memory leak in IE7? ramalaks 3 884 23rd May 17:07
Last Post: Craig
  qTips no showing in IE7 adrielcrv 3 1,071 9th May 14:06
Last Post: Craig
  qTip 1 and Image Map problems with IE7 - need help converting to 2.0 tafs7 2 1,002 29th April 08:50
Last Post: kiddailey
  [Solved] z-index problem RickardL 3 1,377 31st March 19:48
Last Post: kiddailey
  [Solved] Works in IE7 initially, but then throws error tingiri 1 661 1st March 15:18
Last Post: Craig
  Simpel problem with qtip SnowJim 4 1,037 22nd February 20:08
Last Post: SnowJim



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