On Mar 2, 2006, at 10:33 AM, Tyson Tate wrote:

> I'm having problems getting my page to render correctly in IE 6.
> Safari, Firefox, and Opera render the page correctly. Under the top
> menu bar and in the left-hand boxes, IE 6 seems to be adding in a
> bunch of space below a lot of block elements.
>
> If anyone can name the bug or offer pointers, I would appreciate it.
>
> http://63.196.194.51/dormd/index.html
> http://63.196.194.51/dormd/css/style.css
>
> Valid XHTML 1.0 Strict and CSS, of course.
>
> Eagerly awaiting the day IE 6 support isn't necessary,
> Tyson Tate
>
> P.S. The CSS for the sidebar is horribly redundant, I know. I'll fix
> that later.

I fixed the above with:

ul, ol, dl {
        position: relative;
}


#menu-box {
        width: 43em;
        height: 29px;
}

ul#nav-menu {
        height: 1px;
}

#menu-box #rcorner {
        right: -1px;
}

.side-box {
        /* Give "layout" to containers with absolutely positioned content */
        height: 1%;
}

.side-box h3 span {
        height: 25px;
}

#footer #copyright {
        display: inline;
}

#footer a img {
        border: none;
}

Anyone want to make an IE 6 voodoo doll? Oy...

-Tyson
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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