Re: [css-d] Floating Boxes Text Wrap Help

2011-10-12 Thread Tomasz Borek
Perhaps a tad late if it's fixed now, but when it comes to floats, I found these two pages to be invaluable: http://css-tricks.com/795-all-about-floats/ http://coding.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/ Both are sort-of compendia about floats and floating.

[css-d] Floating Boxes Text Wrap Help

2011-10-09 Thread Jeff Ferrell
*Sigh* -- I'm getting nowhere with this and hoping someone can help. On pages like this http://rchseaglesnest.org/extra/dread-test/ and this http://rchseaglesnest.org/pumpkin/, I've got some boxes floated to the right -- one holding an image, and the other, beneath it, that can potentially hold

Re: [css-d] Floating Boxes Text Wrap Help

2011-10-09 Thread Alan Gresley
On 10/10/2011 12:17 AM, Jeff Ferrell wrote: *Sigh* -- I'm getting nowhere with this and hoping someone can help. On pages like this http://rchseaglesnest.org/extra/dread-test/ and this http://rchseaglesnest.org/pumpkin/, I've got some boxes floated to the right -- one holding an image, and the

Re: [css-d] Floating Boxes Text Wrap Help

2011-10-09 Thread Jeff Ferrell
On Oct 9, 2011, at 10:03 AM, Alan Gresley wrote: I guess you have not noticed the below CSS contained in the selectors on line 1078 and line 1877. #review-meta-container, #post-meta-container { float: right; margin-left: 10px; margin-bottom:

Re: [css-d] Floating Boxes Text Wrap Help

2011-10-09 Thread Alan Gresley
On 10/10/2011 2:54 AM, Jeff Ferrell wrote: On Oct 9, 2011, at 10:03 AM, Alan Gresley wrote: I guess you have not noticed the below CSS contained in the selectors on line 1078 and line 1877. #review-meta-container, #post-meta-container { float: right; margin-left: 10px; margin-bottom: 10px; }