Hi, friends! How are you? Now we gonna try to create Hide Show Social Bookmarks with Hover. This Social Bookmarks have very nice effect. When we put our cursor, the social bookmarks will be slide and show the hidden-text. This is the picture
Need a DEMO? Now, if you want to try hide show social bookmarks for your blog, just follow the steps below.
1. Log in to your blogger account
2. Go to Design --> Page Elements --> Add Gadget
3. Choose "HTML/Java Script"
4. Then add the code below, don't forget to customize the links
5. Click SAVE TEMPLATE
Need a DEMO? Now, if you want to try hide show social bookmarks for your blog, just follow the steps below.
1. Log in to your blogger account
2. Go to Design --> Page Elements --> Add Gadget
3. Choose "HTML/Java Script"
4. Then add the code below, don't forget to customize the links
<div id="Layer3">
<ul id="menu">
<li>
<a rel="nofollow" href="#nogo"><img src="http://www.bbcaudiobooksamerica.com/Portals/0/delicious_48.png" alt="Delicious" width="60" height="60" title="Delicious" />
<span><br />
<b class="h2">Delicious</b><br />
Add to delicious
</span>
</a>
</li>
<li>
<a rel="nofollow" href="#nogo"><img src="http://www.bbcaudiobooksamerica.com/Portals/0/twitter_icons_48.png" alt="Twitter" width="60" height="60" title="Twitter" />
<span>
<br />
<b class="h2">Twitter</b><br />
Retweet the Article
</span>
</a>
</li>
<li>
<a rel="nofollow" href="#nogo"><img src="http://twitter.richardebyrd.com/xhtml/assets/images/social/mixx_logo_48.png" alt="Mixx" width="60" height="60" title="Mixx" />
<span><br />
<b class="h2">Mixx</b><br />
  Mixx it
</span>
</a>
</li>
<li>
<a rel="nofollow" href="#nogo"><img src="http://twitter.richardebyrd.com/xhtml/assets/images/social/rss-icon.png" alt="RSS" width="60" height="60" title="RSS" />
<span><br />
<b class="h2">Dreamcss </b><br />
Subscribe Us
</span>
</a>
</li>
<li>
<a rel="nofollow" href="#nogo">
<img src="http://twitter.richardebyrd.com/xhtml/assets/images/social/Google.png" alt="Google" width="60" height="60" title="Google" />
<span><br />
<b class="h2">Google</b><br />
Bookmark the Article
</span>
</a>
</li>
<li>
<a rel="nofollow" href="#nogo"><img src="http://www.bbcaudiobooksamerica.com/Portals/0/facebook_48.png" alt="Facebook" width="60" height="60" title="Facebook" />
<span><br />
<b class="h2">Facebook</b><br />
Add to Facebook
</span>
</a>
</li>
<li>
<a rel="nofollow" href="#nogo"><img src="http://twitter.richardebyrd.com/xhtml/assets/images/social/stumble-upon.png" alt="Stumble Upon" width="60" height="60" title="Stumble Upon" />
<span><br />
<b class="h2">Stumble Upon </b><br />
  Review or thumb-up
</span>
</a>
</li>
</ul>
</div>
<style text-type="CSS">
#menu {
margin:0;
padding:0;
width: 50em;
height: 4.5em;
overflow:hidden;
}
#menu li {
display:inline;
list-style-type:none;
}
#menu li a {
display:block;
float:left;
text-decoration:none;
margin:0;
}
#menu li a img {
opacity:0.7;
margin:0.5em;
border:0;
float:left;
}
#menu li a span {
display:none;
}
#menu li a:hover {
background:transparent;
}
#menu li a:hover span {
width:10em;
color:#aaa;
display:block;
cursor:pointer;
float:left;
}
#menu .h2 {
margin:0 5px;
padding:0;
color:#fc0;
font-variant:small-caps;
font-size:1.25em;
border:0;
}
</style>
<ul id="menu">
<li>
<a rel="nofollow" href="#nogo"><img src="http://www.bbcaudiobooksamerica.com/Portals/0/delicious_48.png" alt="Delicious" width="60" height="60" title="Delicious" />
<span><br />
<b class="h2">Delicious</b><br />
Add to delicious
</span>
</a>
</li>
<li>
<a rel="nofollow" href="#nogo"><img src="http://www.bbcaudiobooksamerica.com/Portals/0/twitter_icons_48.png" alt="Twitter" width="60" height="60" title="Twitter" />
<span>
<br />
<b class="h2">Twitter</b><br />
Retweet the Article
</span>
</a>
</li>
<li>
<a rel="nofollow" href="#nogo"><img src="http://twitter.richardebyrd.com/xhtml/assets/images/social/mixx_logo_48.png" alt="Mixx" width="60" height="60" title="Mixx" />
<span><br />
<b class="h2">Mixx</b><br />
  Mixx it
</span>
</a>
</li>
<li>
<a rel="nofollow" href="#nogo"><img src="http://twitter.richardebyrd.com/xhtml/assets/images/social/rss-icon.png" alt="RSS" width="60" height="60" title="RSS" />
<span><br />
<b class="h2">Dreamcss </b><br />
Subscribe Us
</span>
</a>
</li>
<li>
<a rel="nofollow" href="#nogo">
<img src="http://twitter.richardebyrd.com/xhtml/assets/images/social/Google.png" alt="Google" width="60" height="60" title="Google" />
<span><br />
<b class="h2">Google</b><br />
Bookmark the Article
</span>
</a>
</li>
<li>
<a rel="nofollow" href="#nogo"><img src="http://www.bbcaudiobooksamerica.com/Portals/0/facebook_48.png" alt="Facebook" width="60" height="60" title="Facebook" />
<span><br />
<b class="h2">Facebook</b><br />
Add to Facebook
</span>
</a>
</li>
<li>
<a rel="nofollow" href="#nogo"><img src="http://twitter.richardebyrd.com/xhtml/assets/images/social/stumble-upon.png" alt="Stumble Upon" width="60" height="60" title="Stumble Upon" />
<span><br />
<b class="h2">Stumble Upon </b><br />
  Review or thumb-up
</span>
</a>
</li>
</ul>
</div>
<style text-type="CSS">
#menu {
margin:0;
padding:0;
width: 50em;
height: 4.5em;
overflow:hidden;
}
#menu li {
display:inline;
list-style-type:none;
}
#menu li a {
display:block;
float:left;
text-decoration:none;
margin:0;
}
#menu li a img {
opacity:0.7;
margin:0.5em;
border:0;
float:left;
}
#menu li a span {
display:none;
}
#menu li a:hover {
background:transparent;
}
#menu li a:hover span {
width:10em;
color:#aaa;
display:block;
cursor:pointer;
float:left;
}
#menu .h2 {
margin:0 5px;
padding:0;
color:#fc0;
font-variant:small-caps;
font-size:1.25em;
border:0;
}
</style>
5. Click SAVE TEMPLATE
5 comments:
ray-ban sunglasses
Replynorth face outlet
michael kors outlet
chicago bears
rolex watches,rolex,watches for men,watches for women,omega watches,replica watches,rolex watches for sale,rolex replica,rolex watch,cartier watches,rolex submariner,fake rolex,rolex replica watches,replica rolex
ray ban sunglasses
belstaff outlet
tory burch outlet online
moncler outlet
ferragamo outlet
nike mercurial
ugg boots sale
new balance shoes
north face outlet store
christian louboutin shoes
los angeles clippers
boston celtics
ugg outlet store
rolex uk
ysl outlet
mm1126
nhl jerseys
Replyjuicy couture tracksuit
ugg boots outlet,ugg outlet
oakley outlet store
louis vuitton outlet online
oakley sunglasses wholesale
ralph lauren,polo ralph lauren,ralph lauren outlet,ralph lauren italia,ralph lauren sito ufficiale
swarovski crystal
michael kors outlet online
nike free
ray ban sunglasses
ugg boots
ugg outlet store
winter coats
fitflops uk
supra shoes
michael kors outlet
canada goose coats
beats headphones
ugg outlet uk
1216
ugg boots
Replynfl jerseys
louis vuitton handbags
oakley outlet
cheap true religion
fitflop shoes
Air Jordan 11
christian louboutin outlet
michael kors outlet
oakley sunglasses
nfl jerseys cheap
Cheap NFL Jerseys China
toms outlet store
Michael Kors Online Outlet
Cheap Oakley Sunglasses
michael kors outlet store
mlb jerseys authentic
Cheap NFL Jerseys China
ray ban sunglasses
michael kors handbags&purses
gg
jianbin0906
Replytimberland boots
mulberry handbags
toms shoes
louis vuitton replica
gucci outlet online
mulberry outlet
coach outlet online
michael kors handbags
louis vuitton outlet
moncler outlet store
coach outlet
ferragamo outlet
uggs outlet
chicago blackhawks jerseys
fitflops outlet
nike air max 90
nike air force 1
ugg outlet
louis vuitton outlet
canada goose
ray-ban sunglasses
valentino shoes
michael kors outlet clearance
versace sunglasses on sale
abercrombie outlet
cheap nfl jersey
football shirts
uggs clearance
michael kors outlet
ugg outlet
montblanc pens
20161029 junda
Replymichael kors outlet clearance
ralph lauren pas cher
ray ban sunglasses
coach outlet
oakley sunglasses
ralph lauren uk
michael kors outlet
chrome hearts
michael kors outlet
michael kors outlet online
Post a Comment