Floating Social Media Bar

Zarathustra

Expert Member
Joined
Aug 7, 2003
Messages
1,164
Reaction score
223
Location
South Africa.
I need some javascript or something which will enable me to have one of those floating bars on the right or left of a webpage for Facebook & Twitter.

Everything I can find when searching is either for CMS websites e.g. Joomla/WordPress or Blogging websites.

I need something which is standalone code which will work on a website which isn't any of the above.

Any help would be appreciated.
 
not really javascript, more css.
You should be able to create a div with something like:
float: right;
position: fixed;

That should always keep it on the right hand side, even when the user scrolls down the page.
 
Top
Sign up to the MyBroadband newsletter
X