Forum Moderators: not2easy
[edited by: SuzyUK at 9:49 am (utc) on Sep. 18, 2006]
[edit reason] No URLs please per TOS... [/edit]
Try adding this to your parent div and see what happens: overflow:auto;
There are other methods but we need to see your complete code if it doesn't.
You can add a clearing
div to fix the parent thinking it has no children: <div style="clear:both;height:1px;overflow:hidden;font-size:0.1em;"> </div>