Wednesday 27 July 2011

Social Network Float Button

 pegi Dashboard > Design > page Elements > Add Gadget > Html Javascript

Copy And paste Code kat bawah ni ~


<style type='text/css'>
a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }
</style>

<div style='display:scroll; position:fixed; top:30px; left:0px;'>


<a class='linkopacity' href='link facebook' imageanchor='1' rel='nofollow' style='margin-left: 1em; margin-right: 1em;' target='_blank' title='creator'><img border="0" src="icon facebook" /></a><br />

<a class='linkopacity' href='link youtube' imageanchor='1' rel='nofollow' style='margin-left: 1em; margin-right: 1em;' target='_blank' title='other half'><img border="0" src="icon youtube" /></a><br />

<a class='linkopacity' href='link twitter' imageanchor='1' rel='nofollow' style='margin-left: 1em; margin-right: 1em;' target='_blank' title='other half'><img border="0" src="icon twitter" /></a><br />

<a class='linkopacity' href='link blog' imageanchor='1' rel='nofollow' style='margin-left: 1em; margin-right: 1em;' target='_blank' title='other half'><img border="0" src="icon blog" /></a><br />

</div>
 
text pink tu tukar la ngan URL social network korang..
icon tu , tukar ngan URL icon ..

ICON social network bloeh google..atau click sini.
 
click save :)

No comments: