I\'m having a strange problem positioning a set of divs inside another div. I think it will be best to describe it with an image:
Inside the black (#box) di
The absolute divs are taken out of the flow of the document so the containing div does not have any content except for the padding. Give #box a height to fill it out.
#box { background-color: #000; position: relative; padding: 10px; width: 220px; height:30px; }