21 Static Web Tags
Font used is Helvetica. You can use any font you would like.
Colors can be changed on shape layers and text can be mixed and matched.
Example html code:
<div id="static">
<a href="http://www.yourlink.com"><img src="images/image_01.png" alt="Static" /></a>
</div>
and CSS :
#static {
position:fixed;
top: 70px;
right: 0;
width: 50px;
height: 150px;
z-index: 1;
}
-Enjoy
