Hi, I want to show a image like join my facebook in the sidebar beside bottom footer. you can see the example here
http://www.meritnation.com/

Please give the css code for this .. Thanq

Recommended Answers

All 2 Replies

Have you tried using fixed positioning to place the your content in the lower right corner of the page?

Where is you relevant code to see what to have done thus far?

<snip>

.sidebar
{
    width: 100px;
    height: 100px;
    position: fixed;

    margin-left: 0px;
    margin-top: 50px;

    top: 50%;
}

that's all

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.