To add similar tooltips to your blog, follow these instructions:
Log in to Blogger, go to Layout -> Edit HTML, and find(CTRL+F) this:
</head>And immediately ABOVE/BEFORE it, paste this code:
<!--TOOLTIP-STARTS-->
<style type='text/css'>
a{
z-index:10;
}
a:hover{
position:relative;
z-index:100;
}
a span{
display:none;
}
a:hover span{
display:block;
</style>
<!--TOOLTIP-STOPS-http://supertrick4blog.blogspot.com-->
<style type='text/css'>
a{
z-index:10;
}
a:hover{
position:relative;
z-index:100;
}
a span{
display:none;
}
a:hover span{
display:block;
position:absolute;
float:left;
white-space:nowrap;
top:-2.2em;
left:.5em;
background:#fffcd1;
border:1px solid #444;
color:#444;
padding:1px 5px;
z-index:10;
}</style>
<!--TOOLTIP-STOPS-http://supertrick4blog.blogspot.com-->
AND SAVE
0 comments:
Post a Comment