Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] Position problem - target: mouse
30th November, 15:09 (This post was last modified: 30th November 15:26 by zmenezes.)
Post: #1
[Solved] Position problem - target: mouse
Hi friends,

My qTip stop working when set "target: 'mouse'" I would like to use qTip following the mouse instead of fixed on the side of the elements.

My code is:

JS Code
<script type="text/javascript"> 
$(document).ready(function()
{
   $('#layoutMainContent [title]').qtip({
      position: {
         target: 'mouse',
         corner: {
            target: 'rightMiddle',
            tooltip: 'leftMiddle'
         }
      },   
      style: {
         name: 'cream',
         padding: '7px 13px',
         width: {
            max: 210,
            min: 0
         },
         tip: true
      }
   });
});
</script>


Any help please?
I found the answer here: http://craigsworks.com/projects/forums/t...e+position
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Solved] Ajax imagemap data problem carelmeyer 0 941 1st May 17:39
Last Post: carelmeyer
  [Solved] Mouse over in IE8 makes CPU go wild haimaimai 4 307 2nd April 21:53
Last Post: Craig
  No TAB focus without mouse puntoQ 0 200 26th March 09:15
Last Post: puntoQ
  [Solved] Problem with my map area installation timtimd 1 244 14th March 17:34
Last Post: Craig
  [Solved] Putting a bunch of html in the mouse over rd42 2 362 21st February 18:49
Last Post: rd42
  [Solved] One Target Multiple Tool Tips rd42 1 267 19th February 18:24
Last Post: rd42
  [Solved] Have qTip appear at mouse location. Daveomania 2 398 9th February 18:20
Last Post: Daveomania
  Hiding tooltip problem sohailanwarpk 2 403 31st January 12:13
Last Post: sohailanwarpk
  [Solved] Anti Virus flags up a problem OllyPercival 9 2,490 21st November 21:45
Last Post: Col
  Access target from "inside" qtip Lynge 6 3,014 19th November 12:08
Last Post: t00f



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