Display Google Friendconnect bar only on hover and add a slight transparency:
Sample Page: http://www.leechermods.com/
add to css:
#fc-friendbar-outer {opacity:0;filter:alpha(opacity=0);} #fc-friendbar-outer:hover {opacity:0.9;filter:alpha(opacity=90);}
#fc-friendbar-outer-shadow{display:none!important;visibility:hidden!important;}
No comments:
Post a Comment