Wow, that was a lot more simple than I expected, thanks for your help. I
simply removed the right margin, set an appropriate width (had to tweak a
bit), and floated it left. The wasn't much else. Thanks for the suggestion!

Anthony Aziz
http://blog.aaziz.org


On Wed, Aug 20, 2008 at 11:24 AM, Bobby Jack <[EMAIL PROTECTED]> wrote:

> --- On Wed, 8/20/08, Anthony Aziz <[EMAIL PROTECTED]> wrote:
>
> > I read a bit of that section but I haven't gotten
> > anywhere with it. I put
> > together a sample of the site I'm working on, you can
> > see the problem here:
> >
> > http://aaziz.org/test.html
> >
> > I simply want "Section B" to clear the image.
> > I'm starting to think I might
> > have to use absolute positioning? Thanks for the help.
>
> Hopefully, you won't need to resort to absolute positioning. Gunlaug's
> suggestion leads to /something/ along the lines of:
>
> float the main container: #content { float: left; }
> remove its right margin: #content { margin: 10px 0pt 10px 10px; }
> adjust width accordingly: #content { width: 400px; }
>
> There's a bit of extra tweaking to achieve exactly what you require, but
> that's the basic concept.
>
> - Bobby
>
>
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to