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
so you can simply put another DIV underneath it. float it correctly then it'll be placed under your existing DIV.