Friday 31 August 2012

Cara Membuat Tooltip Zigzag Effect diblog


Hello,..All bloggers all around Indonesia, in this nice opportunity Education for All would like to share an article about how to make  Tooltip  Zigzag Effect in a blog. there are many ways how to beauty your blog. one of the by putting Tooltip  Zigzag Effect  in your blog. I promise that your blog will look cute if you wanna put this one. and even will make your guest stay at home when visiting your blog. trust me. You wanna try it?? well, without further a do just some of the hints bellow. it's very easy.
  1. log in to your blog
  2. Click design
  3. Choose Edit HTML
  4. Find the code </head>
  5. If you've found it, put the code bellow above the code </head>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://sites.google.com/site/sin1ajablog/jquery/Tooltip-ZigZagSystem.js" type="text/javascript"></script>
<style type='text/css'>
.tooltip{
      display:none;
      background:#333;
      width:250px;
      font-family:Arial;
      font-size:13px;
      padding:10px 10px 20px;
      color: #00CCFF;
      text-shadow:1px 1px 1px #000;
      border: 4px solid #555;
      border-radius:10px;
      box-shadow:0px 5px 20px rgba(125,124,250,.9);
}
#jqtips img{
      border:0;
      cursor:pointer;
      margin:0 8px;
}
</style>

The next step is, find the code </body>  and put the code bellow above the code  </body>


<script type="text/javascript">
$("#jqtips a[title]").tooltip({effect: 'bouncy'});
$("#jqtips img[title]").tooltip({effect: 'bouncy'});
</script>
 

And now the explanation how to use Tooltip , if you wanna to use tooltip code in a posting area, please move mode Compose to mode EDIT HTML

if you wanna to use tooltip code in sidebar please click  ,
DesignAdd Gadget ► Choose HTML/Javscript

here is the code ▼
1. the code Tooltip in link form
 

<div id="jqtips">
<a href="your link here" title="Write down tooltip text here!">your tittle link here</a>
</div>


2. The Tooltip Code in link and picture form


<div id="jqtips">
<a href=" your link here " title="Write down tooltip text here!"><img src="your URL picture here" /></a>
</div>

3. The Tooltip Code in  picture form


<div id="jqtips">
<img src=" your URL picture here " title="Write down tooltip text here!" />
</div>

 For the  CSS code  please create by yourself.

No comments:

Post a Comment

Silahkan Komen Rider,