How to create a fixed sidebar

Discussion in 'HTML & Website Design' started by jvyzsy, Jul 31, 2012.

  1. #1
    Hi,

    Do you know how to create a fixed sidebar(on the right side if you scroll down) like 9gag has? Because in this way the ad is always there.

    Thanks
     
    jvyzsy, Jul 31, 2012 IP
  2. flotwig

    flotwig Peon

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    2
    Trophy Points:
    0
    #2
    position:fixed;
    Code (css):
    :)
     
    flotwig, Jul 31, 2012 IP
  3. jvyzsy

    jvyzsy Greenhorn

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Tried it but it keeps disappearing :(, I would like to keep padding too.

    How should I change this code:
    <div style="padding-left:68px;">adsense code</div>

    Thanks!
     
    jvyzsy, Jul 31, 2012 IP