Position of the two divs

xbot

New Member
I've got two div elements in my webpage and I've included the CSS for the two elements.\[code\]#item-browsing { width: 65%; height: 500px; float: left; position: relative; min-width: 915px;}#bill-information { width: 315px; height: 100%; float: left; box-shadow: 3px -3px 11px -7px;}\[/code\]When I re-size the browser for various resolutions the item-browsing element goes down. I've attached a screen shot of what I mean above.
0WRyF.png
How Can I fix this issue using CSS.Thank you.
 
Back
Top