Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Position problem
24th June, 09:53
Post: #1
Position problem
I want to show my tooltip when mouseover on my images (img tag) then I scroll the windows the position of the tooltip according to the scrollbar , it should not be like this.Sad

This is my code
JS Code
$(document).ready(function()
{   
   $('[title]').qtip({                 
    position: {
         corner:  {
            target: 'topRight',
            tooltip: 'bottomLeft'
         }       
    },
    hide:{
            fixed: true // Make it fixed so it can be hovered over
    },
    style: {
         name: 'blue',
         padding: '7px 7px',
         width: {
            max: 210,
            min: 0
         },
    border: {
            width: 1,
            radius: 4
          },      
         tip: true
    }      
   });
});
Find all posts by this user
Quote this message in a reply
24th June, 15:37
Post: #2
Position problem
m2studio,

I'm not entirely sure I understand what you're trying to say? Could you elaborate a bit more?

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 400 31st January 12:13
Last Post: sohailanwarpk
  [Solved] Problem with Fixed Position div and scrolling homerlex 7 1,462 26th October 19:35
Last Post: Craig
  [Solved] Starter problem enne87 1 627 12th July 17:29
Last Post: Craig
  [Solved] z-index problem RickardL 3 1,382 31st March 19:48
Last Post: kiddailey
  Simpel problem with qtip SnowJim 4 1,042 22nd February 20:08
Last Post: SnowJim
  Viewport problem dynamicmindset 8 1,413 18th February 02:12
Last Post: Craig
  [Solved] Newbie problem :( todsa 4 1,070 24th December 01:03
Last Post: todsa
  [Solved] Position problem - target: mouse zmenezes 0 689 30th November 15:09
Last Post: zmenezes
  Problem with tip: 'buttomLeft' amunsen 1 410 29th September 17:30
Last Post: Craig
  Problem with qtip and IE7 cls33 2 1,159 8th September 17:17
Last Post: Craig



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