Scroll bar for links!

Discussion in 'HTML & Website Design' started by Okenyon, Apr 16, 2010.

  1. #1
    how would i add a scroll bar like on this page

    rapidshare4movies.com

    at the bottom where it says "Friends"

    how can i make this and position to right of footer?
     
    Okenyon, Apr 16, 2010 IP
  2. VarriaStudios

    VarriaStudios Member

    Messages:
    246
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #2
    float:right;
    width: 300px;
    height: 430px;
    overflow: scroll;
    visibility: visible;
    overflow-x:hidden;
    overflow-y:auto;

    You can position any object by assigning a float value. it can be left or right.
     
    VarriaStudios, Apr 16, 2010 IP
  3. Okenyon

    Okenyon Banned

    Messages:
    528
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #3
    and how about the text for the actual box?
     
    Okenyon, Apr 16, 2010 IP
  4. Vis

    Vis Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It used the Linkex Widget plugin... you can find it at Wordpress Codex...
     
    Vis, Apr 16, 2010 IP
  5. qudanil

    qudanil Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    True, we recommend that you use Widget plugin
     
    qudanil, Apr 16, 2010 IP
  6. VarriaStudios

    VarriaStudios Member

    Messages:
    246
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #6
    the rest is the result of whatever was submitted inside the link submission form
     
    VarriaStudios, Apr 16, 2010 IP
  7. Okenyon

    Okenyon Banned

    Messages:
    528
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #7
    i want to install on vbulletin - so html

    so how would i achieve this?
     
    Okenyon, Apr 16, 2010 IP