PDA

View Full Version : 3rd column on right with css


karsin
03-04-07, 17:28
Hi,

Yiks!~ CSS is haunting me, been trying to add another column on right using sw_nav_right. it just not the result i played with css. I have already added a div in those tpl files.

can someone let me know how to edit the css coding to create another column on right?



#sw_frame {
margin-right:auto;
margin-left:auto;
padding:0px;
text-align:left;
position: relative;
}

/* the following styles position the navigation to the left and content on the right */

#sw_nav {
float: left;
width: 180px;
position: relative;
}

#sw_nav_right {
float: right;
width: 180px;

}


#sw_container {
float: none;
vertical-align: top;
width: 50%;
margin: 100px;
margin-left: -180px;
margin-right: -180px;
}

#sw_content {
margin: 0;
margin-left: 190px;
}