So I\'m working the profile page of a user on my website. And I\'m having a little problem with the CSS.
My problem is the following: I have four div boxes with a fixed
You can try with this code
#bottom{ width: ???px; height: ???px; background-color: black; } #top{ width:???px; height:???px; background-color:red; z-index: 999; } ...... ......