Trish,

On Nov 11, 2005, at 10:46 PM, Trish Meyer wrote:

> Okay, maybe I'm seeing two issues then. Even when I remove the clear:
> both style from the headings in the #content section, the entire
> #content moves down below the sidebar on IE Windows ONLY.

That was the other issue I saw too... I do not have much time (and it 
looks as though you may have already gotten a solid answer from 
Georg)... so, here is a link that hopefully will help you solve your 
issues:

http://www.sitepoint.com/forums/showpost.php?p=1374925&postcount=15

Found here:

http://www.sitepoint.com/forums/showthread.php?t=171943&page=1&pp=25

Also, here is an example 2 column CSS from one of my websites:

/*----------( 2-COL LEFT SIDEBAR STYLES: )---------*/
        /* Main content div: */
        #contentLeftCol {
                margin: 0 0 0 110px;
        }
        /* Side-menu div: */
        #sidebarLeftCol {
                width: 100px;
                float: left;
        }
        /* Fix 3px jog & hide from IE5-mac: \*/
        * html #contentLeftCol {
                height: 1%;
                margin: 0;
        }
        * html #sidebarLeftCol {
                margin: 0 7px 0 0;
        }
        /* End IE5/mac hide */
/*-----------------------------------------------*/

If you read that Sitepoint post about floats you should be able to 
tackle the float-drop issue with ease.

Micky
-- 
BCC for Privacy!
http://www.cs.rutgers.edu/~watrous/bcc-for-privacy.html
----------------------------------
My del.icio.us: http://del.icio.us/mhulse
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to