Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
42 views

How can a border cause margins to collapse?

Please take a look at the following examples: .wrapper { width: 740px; background: #ccc; } .leftSidebar { float: left; width: 200px; } .mainContent { padding-right: 200px; ...
nalzok's user avatar
  • 16k
0 votes
3 answers
2k views

Adding Padding and Border without messing up layout

I have a 3 column layout with the following dimensions: left column:240px;middle column:360px;right column:360px.I am using a 960px wrapper. I created the layout using float and put in some ...
Nikhil Panikkar's user avatar