Re: CSS Float question for anybody still on line this Friday afternoon.

2010-04-16 Thread Brian Thornton
yes... they all have to be divs http://www.yourhtmlsource.com/stylesheets/csslayout.html On Fri, Apr 16, 2010 at 6:38 PM, Ian Skinner wrote: > > Is there a way to float a couple of small pieces next to a larger piece > of floated content.  And then have the main content clear the smaller > flo

Re: CSS Float question for anybody still on line this Friday afternoon.

2010-04-16 Thread Ian Skinner
Ah I figured out one way. A simple container with overflow: auto around the small floated content got the affect I was after. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of F

CSS Float question for anybody still on line this Friday afternoon.

2010-04-16 Thread Ian Skinner
Is there a way to float a couple of small pieces next to a larger piece of floated content. And then have the main content clear the smaller floats but not the larger? I.E something like this: x =larger floated element y = two small floated elements z = main content xxx xxx zzz