I am new to css, i created a webpage using css and it looks perfectly as expected when browser is maximized. But when i retrying the web page, the div elements i used in the page overlap each other making the perfect mess of things...!I tried wrapping the div element.\[code\]#wrapper{min-width:500px;overflow-x:scroll;}\[/code\]and also tried to set minimum-width attribute to parent div. Nothing worked out...Please Help.