<form>
<div id="data" name="data" class='checkbox' style='overflow:auto;width:30%;border:1px solid #ccc;height:550px;margin-left:10px;display:inline;'></div>
<div name="r_data" id="r_data" > </div>
</form>
In the above i populate the data dynamically from jquery. What should be the second div's property? So that the first and second div appear one beside each other.