The problem i am facing with floated div is i have written this piece of code:
but whenever i try add the class ;right’ ,that makes it float to the right, to the button it jumps out of the wrapper div as
How can i keep the left floated button inside the wrapper div rather then it being out of the wrapper div as in case of the second code.
Add
overflow: hiddento the#buttonWrapper.JSFiddle: http://jsfiddle.net/9Ecq2/8/