I have a problem with the margin-top in a nested div -- when I apply margin-top to the nested div, the margin is applied to the parent div inst
margin-top
You Can also use position property for inner div to fix this. like:
position:fixed;