Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Misaligned only in Google Chrome
5th November, 22:22
Post: #1
Misaligned only in Google Chrome
Hi,

My first stab at qTip is working well, except in Google Chrome (Windows 7). Hover over "Happy Birthday Maestro" and the qTip should appear above the div, but is instead thrown off to the side:

http://arsviva.org/

Here's the js I'm using:

JS Code
$(document).ready(function()
{
   $('#tooltip').qtip({
      content: { text: 'All I want for my birthday is YOUR email address!' },
     position: { target: $('#tooltipimg') },
     position: {
         corner: {
            tooltip: 'bottomRight'
         },
       adjust: { x: -20, y: -150 }
      },
      style: {
         name: 'green',
         padding: '13px 13px',
         width: {
            max: 210,
            min: 0
         },
          color: '#3b2413',
         textAlign: 'left',
         'line-height': '1.5em',
         border: {
         width: 7,
         radius: 5,
         color: '#A2D959'
         },
         tip: true
      },
     show: { effect: 'fade' }
   });
});


Many thanks,
Dave
Find all posts by this user
Quote this message in a reply
23rd November, 00:04
Post: #2
Misaligned only in Google Chrome
beldendavid, did you solve this problem? I can't see the link you're referring to (not surprising considering the reply is so late and it was a birthday link!)

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
23rd November, 00:20
Post: #3
Misaligned only in Google Chrome
Hi Craig,

I just removed the link/qtip a couple hours ago. I don't think I ever got it working in Chrome, but it was posted for such a short time, that I wasn't too worried about it.

craig Wrote:beldendavid, did you solve this problem? I can't see the link you're referring to (not surprising considering the reply is so late and it was a birthday link!)
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Google Calendar like bubble for Jquery FullCalendar tdmohr 13 13,002 18th October 07:22
Last Post: jokepondy
  Scrolling malfunction with Safari / Chrome Tiago 13 2,475 11th January 09:57
Last Post: Craig
  [Solved] qtip off in firefox and google chrome mickey 9 2,507 29th December 17:51
Last Post: Craig
  Google Chrome Error: Uncaught TypeError nrml 1 1,867 6th December 03:32
Last Post: Craig
  [Solved] Dynamic content not working in Chrome ben_allison 1 1,482 29th October 21:23
Last Post: ben_allison
  Qtip works in Firefox chrome and safari but not IE7 ctecha 2 1,893 26th October 23:52
Last Post: Craig
  I have problem for IE and Chrome . yourself 0 972 30th July 18:45
Last Post: yourself
  Tooltip position in Google Chrome voodoochild 2 1,765 19th May 07:47
Last Post: voodoochild
  Using the qTip Tooltips instead of the gInfoWindow on a Google Map? dnyce 3 1,551 4th March 10:51
Last Post: dpinto
  Chrome qtip position wrong due to images nickspacek 3 1,807 17th December 19:32
Last Post: dustmoo



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