That worked  for the one bit of text.  However, oddly, it created a  
couple of pixel gap across the right side of the page.  It only shows  
up on one of the URLs:
http://sph.umd.edu/events/wellness2/about_acupuncture.html
Additionally, if I delete the top half of the content, the gap goes  
away.  Very odd.  I didn't see

The solution wasn't what I expected.  I was thinking that if I wanted  
a two column setup, I should float one left, sized, and the other  
right.  I hadn't thought of doing it this way.  I guess the 180px  
goes off of the right side since the left column is floated?

daniel


On Oct 5, 2008, at 12:34 AM, Holly Bergevin wrote:

>
> ---------- 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
>
>


-- 

Daniel Kessler

University of Maryland College Park
School of Public Health
3302E SPH Building
College Park, MD  20742-2611
Phone: 301-405-2545
http://sph.umd.edu




______________________________________________________________________
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