Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Floating Social Bar for website?

  • 01-09-2011 9: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: 11,989 ✭✭✭✭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