Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue with tip in Trunk
27th January, 21:14
Post: #1
Issue with tip in Trunk
I've been successfully using tqtip 1.0.0-rc3, however, have recently started playing with the trunk files (331). Mostly because I need CSS support. I've gotten the trunk files to work as well, and have been able to use the CSS for applying styles for colors, borders, etc. My problem is with the tip (the little triangle pointer). It's gone and I cannot get it to appear.

In 1.0.0, you'd specify the tip in the style :

JS Code
, tip: { corner: 'topMiddle' 
         , color: #9CD958
         , size: { x: 10 , y : 10}


As I understand it, in the trunk you can no longer declare these options on the style. So I guess you do it in the .CSS file? I do see styles for the tip:

JS Code
.ui-tooltip-tip{
   position: absolute;
   height: 14px;
   width: 14px;
   margin: 0 auto;
 
   line-height: 0.1px;
   font-size: 1px;
 
   background: transparent !important;
   border: 0px !important;
   }
 
.ui-tooltip-tip *{
   line-height: 0.1px;
   font-size: 0.1px;
   }
 
.ui-tooltip-tip div.ui-tooltip-tip-inner{
   background: transparent !important;
   border: 6px solid transparent;
   }


Playing with these styles don't seem to do anything. Maybe I don't know CSS well enough...But how do I get my pointer back?
Find all posts by this user
Quote this message in a reply
28th January, 04:30
Post: #2
Issue with tip in Trunk
yoyoMama, make sure you've included the jquery.qtip.tips.js file too! As the library has been modularised into core features and extras e.g. plugins like the tips.

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
  Stability of trunk dazuma 1 1,029 5th February 19:34
Last Post: Craig
  qTip Development trunk usage? pwnedd 6 1,927 29th December 22:58
Last Post: Craig



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