Hi
I have a parent container which is 100%. It contains 2 floating divs which are width:50%. The children conintans only text. The problem is that the children on get as wide as the text, and not 50% of the width of the parent container. It is only ie7 that is a problem. Maybe also ie6, but I don't care about that browser.
ball (width 16px position absolute) parent (width 100% position absolute. Should be more than 16px) child (width:50% float left) child (width:50% float left)
Can someone help