Jump to content

a static twitter follow me link?


xcoderx

Recommended Posts

how to do the twitter follow me option with an twitter image which stay static  either on the right or feft or bottom of a site but outside of the main template? :shrug:

 

it has to do with css but how could someone tell?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.