Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
styles and pointy position not working
27th July, 14:19
Post: #1
styles and pointy position not working
Hi I have the code below. the tooltips are popping up when I hover over my links.
However the the style isn't working - it's default yellow instead of blue. Also the tool tip pointy bit is still in the default location.

The js and css are linked correctly and i have confirmed this in firefox

JS Code
<script type="text/javascript">
$(document).ready(function() {
$('.assessmentbox').each(function() {
   $(this).qtip({
      content: $(this).children('.assessmentinfo'),
      show: 'mouseover',
      hide: 'mouseout',
      style: { name: 'blue' },
      position: {
         corner: {
            target: 'bottomleft',
            tooltip: 'topright'
         }
      }
   });
});
 
// since the qTip copies the content of the info div, you can remove it now
$('.assessmentbox').remove('.info');
});
</script>
Find all posts by this user
Quote this message in a reply
27th July, 23:17
Post: #2
RE: styles and pointy position not working
Are you using qTip2 or qTip 1.0?

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
  qtip only working the first time harjits 2 24 Yesterday 23:31
Last Post: Craig
  Dynamic contenct not working property in sortable cleung 5 737 8th December 18:45
Last Post: Craig
  [Solved] 6 built-in styles mspace 1 297 3rd December 15:37
Last Post: Craig
  Youtube demo not working on ffox 6 & 7 ivanmayes 2 696 11th October 17:14
Last Post: ivanmayes
  [Solved] Why is this not working - Link nested in tooltip needed 1 547 12th September 17:10
Last Post: Craig
  [Solved] Cant seem to apply the styles yetanotherdeveloper 2 442 31st August 00:19
Last Post: yetanotherdeveloper
  [Solved] Blanket Destroy not working migdalskiy 2 512 22nd August 22:44
Last Post: migdalskiy
  Unfocus Not Working biglesliep 1 760 13th August 12:50
Last Post: Craig
  Simple working example? PeterY 2 957 7th August 20:18
Last Post: kiddailey
  very simple working example? solitario 3 2,641 7th August 20:16
Last Post: kiddailey



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