Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Floating Social Bar for website?

  • 01-09-2011 10:38AM
    #1
    Closed Accounts Posts: 68 ✭✭


    Hi all

    Does anyone know or have the code to make a floating social bar for my website, its not a wordpress site just html and css. i can find pleanty or wordpress plugin but nothing for html and css.

    if you have the code great or just point me to a site that can help will be great.

    Thanks in Advance!

    Gman
    :cool: :confused: :cool:


Comments

  • Registered Users, Registered Users 2 Posts: 12,025 ✭✭✭✭Giblet


    position:fixed
    left:100px;
    top:400px;


    ;)

    Of course for IE6 you will need absolute positioning with a sibling wrapper to hold the rest of your content with an overflow set.


  • Closed Accounts Posts: 68 ✭✭Gman_Ireland


    Giblet wrote: »
    position:fixed
    left:100px;
    top:400px;


    ;)

    Of course for IE6 you will need absolute positioning with a sibling wrapper to hold the rest of your content with an overflow set.


    ok. so make a wrapper for box and container.


Advertisement