I have created my code sample on jsbin , here it is
http://jsbin.com/apaqon/4/edit
What i want to do is to make two setion left and right, but when i use float left on the block element it jumps out of the main block container..
In my code want to keep leftBlock and rightBlock inside the white background.
Can anyone please help me oout
see fiddle for code and demo
fiddle: http://jsfiddle.net/PBGyT/1/
demo: http://jsfiddle.net/PBGyT/1/embedded/result/
Just one line of css, i added overflow:hidden:
#Block{margin: 0px 20px; overflow:hidden;}See screen shot: