vote up 0 vote down star

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

flag

33% accept rate
1  
Can you post a sample that reproduces the issue? – lod3n Sep 22 at 20:56
1  
do you have a code example? – Gordon Tucker Sep 22 at 20:57
What hacks did you try? Did you try overflow:hidden on the parent div and or follow the child div with a clear div with the clear:both style? – Tim Santeford Sep 22 at 21:00

1 Answer

vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.