Closed (fixed)
Project:
qTip (Stylish jQuery Tooltips)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
7 Mar 2011 at 08:55 UTC
Updated:
5 Sep 2011 at 04:21 UTC
I'm using views to create a qtip.
[name]
[field_profile_biography]
[field_profile_picture]
This displays a user picture that when hovered over shows the user name with a biography excerpt. My question is, for this instance only of qtips, how can I override qtips positioning. Do I need to add an html element?
Comments
Comment #1
bryancasler commentedI forgot to escape my code bracket, here is the excerpt again.
Comment #2
hashmap commentedYou would need to write some JavaScript to override the default position of the tooltip. I am not 100% sure what you are looking to do (or if you are even still interested in this since it was posted back in March), but looking at the qTip2 demos my help, specifically this one:
http://craigsworks.com/projects/qtip2/demos/viewport
Comment #3
hashmap commentedSetting the position on a per-tooltip basis is now supported in 7.x-2.x-dev. See the example below.
Comment #4
hashmap commented