Ok so I want my two columns to be side by side, hence my code is this:
Quick CSS issue....
3
Ok so I want my two columns to be side by side, hence my code is this:
div.sidebar {
background:#FFFFFF;
float:left;
width:200px;
}
div.main {
background:#FFFFFF;
float:right;
width:600px;
}
When I add the following code to the sidebar bit of my css:
border-right: #999999 1px solid
The main column still appears on the right but below the left column :-S
Any ideas how I can keep my border on the right of the menu but still have the main column by it's side? Thank you :-s
div.sidebar {
background:#FFFFFF;
float:left;
width:200px;
}
div.main {
background:#FFFFFF;
float:right;
width:600px;
}
When I add the following code to the sidebar bit of my css:
border-right: #999999 1px solid
The main column still appears on the right but below the left column :-S
Any ideas how I can keep my border on the right of the menu but still have the main column by it's side? Thank you :-s
- Geejayz
- [ 1 ] Thanks
- [1] reply
- Geejayz
- [ 1 ] Thanks
Next Topics on Trending Feed
-
3