Jump to content

a static twitter follow me link?


xcoderx

Recommended Posts

ok i did it this way,

 

<div id="facebook">
<a href="[insert your link to linked in here]"><img src="style/images/facebook.png" alt="View our linked in profile" /></a>
</div>
<div id="twitter">
<a href="[insert your link to linked in here]"><img src="style/images/twitter.png" alt="View our linked in profile" /></a>
</div>

the css


#twitter {
top;
position: fixed;
top: 250px;
width: 48px;
height: 48px;
z-index: auto;
cursor: pointer;
left: 0pt;
color: transparent;
}
#facebook {
top;
position: fixed;
top: 250px;
width: 48px;
height: 48px;
z-index: auto;
cursor: pointer;
right: 0pt;
color: transparent;
border:0px;
}


 

where is the right place to place the div? above the header div or after the end of footer?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.