[css-d] Clearing floats in a dl clears a previous float I didn't want cleared...

2010-03-06 Thread Theophan Dort
I am a volunteer webmaster for a couple of churches, and on one site all pages have a header div across the top, and below that a navigation div floated left with main content div flowing to its right. One page lists parish events of which we have photos and/or video elsewhere on the site.

Re: [css-d] Clearing floats in a dl clears a previous float I didn't want cleared...

2010-03-06 Thread David Laakso
Theophan Dort wrote: I am a volunteer webmaster for a couple of churches, and on one site all pages have a header div across the top, and below that a navigation div floated left with main content div flowing to its right. Do you have any suggestions? Theophan Hi Theophan, A

Re: [css-d] Clearing floats in a dl clears a previous float I didn't want cleared...

2010-03-06 Thread Theophan Dort
A fast and dirty suggestion. Nothing wrong with using a dl I guess. I just did it different. It works -- it's perfect! I have to study up on that overflow hidden that seems to be a key in how it works even when the text in one div is short. I'll go back to my books, and if I can't figure

Re: [css-d] Clearing floats in a dl clears a previous float I didn't want cleared...

2010-03-06 Thread David Laakso
Theophan Dort wrote: A fast and dirty suggestion. Nothing wrong with using a dl I guess. I just did it different. It works -- it's perfect! I have to study up on that overflow hidden that seems to be a key in how it works even when the text in one div is short. I'll go back to my