views:

585

answers:

1

I have been struggling with this issue for a while. I have a problem with text inside a child div being cut off in IE7 or 8. Works fine in other browsers.

parent div - float left child div - no height, text gets cut off

I have tried a few hacks and methods I found googling but nothing works, please help!

Thanks

A: 

I ran into the same type of issue. My solution was to set a width on the parent div. Since I wanted it fluid I just set it to 100% and this caused the inner content to show back up.

Hope this helps.

Richard