How Can I have multiple Sidebars?

Discussion in 'HTML & Website Design' started by rowen77, Nov 17, 2008.

  1. #1
    This is my current HTML for my Sidebar

    #sb{
    float:right;
    width:170px;
    text-align:center;
    border-left: 2px solid #E0E0E0;
    border-bottom: 2px solid #E0E0E0;
    border-top: 2px solid black;
    border-right: 2px solid black;

    margin: 0 0 1em 0;
    }



    What I want is another sidebar underneath it

    How can I do this?

    Thank you

    Reps
     
    rowen77, Nov 17, 2008 IP
  2. sampathsl

    sampathsl Guest

    Messages:
    861
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    so you can simply put another DIV underneath it. float it correctly then it'll be placed under your existing DIV.
     
    sampathsl, Nov 17, 2008 IP