Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I have problem for IE and Chrome .
30th July, 18:45 (This post was last modified: 30th July 18:54 by yourself.)
Post: #1
I have problem for IE and Chrome .
Hello,I'm a chinese man.I am not good at English.Confused
I have problem. I used qtip to Content 'url' . it's not good work in Chrome and IE8.
but Firefox is good work.

qtip.html
JS Code
<html>
<head>
<title>hello</title>
<script type='text/javascript' src='../jquery-1.3.2.min.js'></script>
<script type="text/javascript" src="../jquery.qtip-1.0.0-rc3.min.js"></script>
<script type='text/javascript'>
 
$(document).ready(function() {
		$("b").qtip({content:{ url: 'about.html'},
			show: { when: { event: 'click' } },
			hide: { when: { event: 'mouseleave' } }
		});
});
</script>
</head>
<body>
<b>test</b>
</body>
</html>


about.html
JS Code
<b>test</b><input type='text' />


screen
Firefox
[Image: firefox.JPG]
Chrome(nothing)
[Image: chrome.JPG]
IE8 (it is not good.)
[Image: IE.JPG]

Sorry,I am very very very poor in English.
You maybe not know it,but I hope the problem to fixed.
Thinks you.
qtip is good for web tool.

Note:
I downloaded qtip from http://bazaar.launchpad.net/~craig.craig.../1.0/files
I try jQuery 1.4.3 ,1.3 and 1.3.2 for qtip,but they are the same problem.
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Viewport problem dynamicmindset 8 1,213 18th February 02:12
Last Post: Craig
  Scrolling malfunction with Safari / Chrome Tiago 13 2,094 11th January 09:57
Last Post: Craig
  [Solved] qtip off in firefox and google chrome mickey 9 2,129 29th December 17:51
Last Post: Craig
  Google Chrome Error: Uncaught TypeError nrml 1 1,528 6th December 03:32
Last Post: Craig
Question [Solved] Dynamic content not working in Chrome ben_allison 1 1,282 29th October 21:23
Last Post: ben_allison
  Qtip works in Firefox chrome and safari but not IE7 ctecha 2 1,616 26th October 23:52
Last Post: Craig
  Tooltip position in Google Chrome voodoochild 2 1,613 19th May 07:47
Last Post: voodoochild
  Chrome qtip position wrong due to images nickspacek 3 1,581 17th December 19:32
Last Post: dustmoo
  Misaligned only in Google Chrome beldendavid 2 935 23rd November 00:20
Last Post: beldendavid
  Instant problem Pseudonaut 1 404 7th September 19:35
Last Post: Pseudonaut



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