Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
qTips no showing in IE7
7th May, 02:42
Post: #1
qTips no showing in IE7
my tips shown correctly in FF, Safari, Chrome, IE8 and 9 but not in IE7

http://www.dualrefrigeracion.com/servicios.html
Find all posts by this user
Quote this message in a reply
9th May, 00:14
Post: #2
RE: qTips no showing in IE7
You'll need to elaborate a bit more.. what's wrong with it?

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
9th May, 05:48
Post: #3
RE: qTips no showing in IE7
shown well in all browsers, but want to see in IE7 do not show up, I send you the website where I have working the code, thanks for your help

http://www.dualrefrigeracion.com/servicios.html
[/code]
JS Code
$(document).ready(function()
{
$('#aire').qtip({
   content: {
   url: 'servicios-tool.html'
   },
   position: {
   corner: {
      target: 'bottomMiddle',
      tooltip: 'topMiddle'
   },
   adjust: { screen: true }
   },
   show: 'mouseover',
   solo: true,
   style: { 
   name: 'light',
   border: {
      width: 0,
      radius: 0,
      color: '#001537'
      },
   background: '#001537',
   color: '#333',
   tip: { corner: 'rightBottom' },
   width: '408'
   }
});
Find all posts by this user
Quote this message in a reply
9th May, 14:06
Post: #4
RE: qTips no showing in IE7
Well you're missing a }); bracket from the end of your code for a start, but other than that I can't help much since I don't have an IE7 install. Is there any errors?

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
  tip showing 2 times gkielwasser 8 240 5th May 19:00
Last Post: Craig
  [Solved] Multiple qtips on one page, content disappearing russau 3 121 3rd May 16:38
Last Post: Craig
  [Solved] qtip showing content from db doesn't change when content in db changes. vtoepel 2 144 23rd April 16:02
Last Post: vtoepel
  Qtips with jquery UI Issue sherwoodbear79 2 432 15th February 15:36
Last Post: sherwoodbear79
  [Solved] Browser still showing regular tooltip in addition to qTip Ryan Williams 2 848 18th December 19:54
Last Post: Craig
  [solved] Trouble with qtips adding a scrollbar momentarily to window patricia 0 350 2nd December 19:40
Last Post: patricia
  Changing HTML Content on Click & Remove/Reinit qTips ifthatdoesntdoit 5 1,227 17th November 09:46
Last Post: ifthatdoesntdoit
  [Solved] Dynamic content not showing? dabd 3 812 21st August 18:17
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] Tip corner not showing in IE7 and IE8 danlefebvre 9 3,334 3rd June 08:17
Last Post: amitshahc



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