Just copy below code and paste any where you want to appear bee
Look out my page http://mytechpartner.blogspot.in/p/c-syntax.html
…………………………………………………………………………………………………………………………………….
<div class="separator" style="clear: both; text-align: center;">
<a href="http://www.quackit.com/pix/web_graphics/free_website_graphics/clip_arts/bee.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><span style="background-color: black; color: white;"><img alt="Flying Bee" border="0" height="79" src="http://www.quackit.com/pix/web_graphics/free_website_graphics/clip_arts/bee.gif" width="72" /></span></a></div>
…………………………………………………………………………………………………………………………………….
Dancing Links
………………………………………………………………………………………….
<!--DANCING-NUDGE-LINKS-STARTS-->
<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function() {
$('a.nudge').hover(function() { //mouse in
$(this).animate({ paddingLeft: '20px' },400);
}, function() { //mouse out
$(this).animate({ paddingLeft: 0 }, 400);
});
});
</script>
<!--DANCING-NUDGE-LINKS-STOPS-http://mytechpartner.blogspot.in—>
…………………………………………………………………………………………….
Copy above code got blogger dashboard --->template--->edit html
press ctrl+f and type </head>
just before </head> tab paste above code and save template
class=”nudge” use this to dancing link
for example
<a href="http://mytechpartner.blogspot.in" class="nudge">Link-Text</a>
0 comments:
Post a Comment