Web Analytics Made Easy -
StatCounter TinyTips Images Problem - CodingForum

Announcement

Collapse
No announcement yet.

TinyTips Images Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • jQuery TinyTips Images Problem

    Hi!

    So I've being trying to make TinyTips work on my blogger site and it worked! I got really excited but... it doesn't show the images within a tooltip.

    This is the code for tinytips:
    Code:
    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js' type='text/javascript'/>
    <script src='http://dl.dropbox.com/u/647003/CiudadBlogger/Scripts/jquery.tinyTips.js' type='text/javascript'/>
    <script type='text/javascript'>
    $(document).ready(function() {
    $('a.tTip').tinyTips('title');
    [B][COLOR="Red"]$('a.imgTip').tinyTips('<img src="images/demo-image.jpg" /><br />You can even put images or any other markup in the tooltips.');[/COLOR][/B]
    $('img.tTip').tinyTips('title');
    });
    </script>
    I put it inside the head tag.

    When the bold part of the code is on the script, it won't show any customized tooltips at all. But when it isn't there I can see every customized tooltip.


    When it is there, tho... I should be getting this:
    http://www.mikemerritt.me/demos/tt-1-0/index.html [look for the word tortor and hover it]

    from typing this code:

    Code:
    <a class="imgTip" href="#">TEXT</a>
    It would be great if any of you, guys would help me :/ I've being on this for hours and hours and hours now without success. Thank you and have a nice day!

    In case you need it, here's my blogger blog test post: http://lohagoluego.blogspot.com/2011...-imgtitle.html
Working...
X
😀
🥰
🤢
😎
😡
👍
👎