Forum Moderators: not2easy
Is this a known bug? Does it have a name? Is there a solution? I don't have any examples, but the divs that don't expand are outside containers, that contain lots of other divs & content inside.
-Thanks
Usually the fixes are either adding
position: relative; to the affected element, or height: 100%; (or, 10px, IE 6 will expand to suit) and it should stop cropping content. If you're using the height method, remember to put it in an IE 6 only stylesheet/declaration, because IE 7 and standards-compliant browsers will absolutely declare the height value, whereas IE 6, as mentioned above, expands it to suit what's inside.