On 8/29/06, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:
> Max Bane wrote:
> > http://clml.uchicago.edu:8081/
>
> > - the main content box (with the white background) is for some reason
> >  not flush with the menu to its left (as it is in firefox), and thus
> > does not line up with the orange header and footer.
>
> 3px jog bug.
> Simplest fix is to adjust the backside margin on the floating menu in
> IE6 (and older)...
>
> * html div#menu {margin-right: -3px;}

Aha - I had tried making the content box's margin-left -3px, but that
alone did not work. Neither did your suggestion by itself -- but both
of them together seem to have fixed it. Thanks!

> * html div#crossbox {overflow: hidden;}
> * html div#crossbox * {position: relative;}

> * html #content {height: 350px;}

These worked perfectly as is. :)

> Generally: font-size isn't fixed in any browser - despite the use of
> pixels, so it would be wise to change the element-dimensioning slightly
> to make it look better when subjected to regular, or optional,
> font-resizing. The menu overflows blue container in all my browsers.

Thanks for pointing this out. I'll play around with the overflow
options and see what I can do to make it play nice with arbitrary font
sizes.

Thanks for the help!
-- 
Max Bane
[EMAIL PROTECTED]
______________________________________________________________________
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