Melinda Odom wrote:

> http://www.designhosting.biz/test3b.html

> The text is suppose to wrap around the quote box.

Your styles says that the paragraphs shall clear the quote box.

Delete...
#content p {clear: both;}

...and add...

#content {overflow: hidden;}
* html #content {overflow: visible; height: 100%;}

...to contain the floating quote box.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to