Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Qtip works in Firefox chrome and safari but not IE7
19th October, 15:48
Post: #1
Qtip works in Firefox chrome and safari but not IE7
Hey everybody,

Having an issue with Q-tip not working in IE7. It will load fine in the other browsers but when hovers the images it won't load the tip at all in IE7. Here is the link:

http://uscombatsports.com/index.php?opti...mid=300341

The tooltip is supposed to happen when you hover the images of the people on the bottom. As you can see it works in Firefox but in IE7 nothing happens. Anybody have any ideas on how to fix this? This is urgent because i have to get this page up ASAP.

The code I'm using for each tooltip is below.

Thanks for your help

JS Code
<script type="text/javascript">
 
// Create the tooltips only on document load
$(document).ready(function() 
{
   // Match all link elements with href attributes within the content div
   $('.team_member_1').qtip(
   {
      content: 'Writing for USCS has allowed me...', // Give it some content, in this case a simple string
style: { 
      width: 250,
      padding: 5,
      background: '#222',
      color: '#fff',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#444'
      },
      tip: 'bottomMiddle',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   },
 
   position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   }
 
 
 
   });
});
Find all posts by this user
Quote this message in a reply
20th October, 15:55
Post: #2
RE: Qtip works in Firefox chrome and safari but not IE7
I'm having the same problem as well. The IE error I'm getting is..

Message: 'content.jquery' is null or not an object
Line: 43
Char: 10
Code: 0

I'm needing to get mine fixed pretty quickly as well, so any help would be appreciated.
Find all posts by this user
Quote this message in a reply
26th October, 23:52
Post: #3
RE: Qtip works in Firefox chrome and safari but not IE7
Test out the latest 1.0 branch revision here: http://bazaar.launchpad.net/~craig.craig.../1.0/files

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
  using qTip inside a Mozilla Firefox addon emafuma 7 792 24th April 15:49
Last Post: Craig
  qtip in FireFox extension archmisha 1 88 22nd April 16:10
Last Post: Craig
  Qtip works but not always [stuck tooltip and sometimes not showing] bittyme 5 800 15th August 00:14
Last Post: bittyme
  [Solved] code works in FF but not IE/ Opacity problem ictman1105 3 1,142 20th June 17:20
Last Post: Craig
  [Solved] qTip works on all pages except the homepage luukratief 10 837 8th June 08:24
Last Post: luukratief
  [Solved] Tip corner not showing in IE7 and IE8 danlefebvre 9 3,334 3rd June 08:17
Last Post: amitshahc
  On jQuery 1.5.1, tips don't appear in IE7 or IE8 panabee 3 1,433 23rd May 17:51
Last Post: Craig
  memory leak in IE7? ramalaks 3 888 23rd May 17:07
Last Post: Craig
  updatePosition() works only once alexp 0 656 10th May 19:30
Last Post: alexp
  qTips no showing in IE7 adrielcrv 3 1,075 9th May 14:06
Last Post: Craig



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