I'm having a slight problem in ie, the <div> that is white is not wrapping around the light red part it works fine in firefox and chrome but does not in ie. how do i go about fixing this Preview:
Anything we say will be just a wild guess without the complete markup or a link. However, my wild guess is the red box is floated, right? Parent elements are never to expand to contain floated elements. There are several ways to "clear floats". One is to make the parent div floated, too. A more common method is to add 'overflow:auto' to the parent div. If none of those work, let us know.