I have: .event { float:left; position:relative; top: 50px; width: 100%; height: 100px; background-color: #FFFFFF;
When CSS float is used on a DIV, other DIVs that are not floated continue to occupy the space of the floated DIV.While I am sure this is intentional, I do not know how to achieve the effect I am looki
The following code renders differently in IE7 and FF3 (NEW CODE POSTED OLD CODE WAS MISLEADING - sorry for confusion)