---------- Original Message ---------------------------------- From: Daniel Kessler <[EMAIL PROTECTED]>
>I have a two column layout. In the right column, I have a paragraph >that I want to hop out and overlap the right column too. This works >other than in IE6: >http://sph.umd.edu/events/wellness2/condtions_treated.html (url corrected) See if the following changes work for you. #content { /* float : right; */ /* delete */ /* width : 500px; */ /* delete */ padding : 10px 15px 60px 0; min-height:445px; margin-left: 180px; /* add this property, adjust value to suit */ } ~holly ______________________________________________________________________ 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/
