Matteo Settenvini <[EMAIL PROTECTED]> tapota : >> >> >> >I think it's a bug. indexright is a div always included in main, so we >> >do not really care whether it does 100% or not. >> >> >But main + menu must be equal to 100%, and since this change it's no >> >longer the case. >> >(16% + 82% != 100 %) >> >> >> For some browsers (not sure if it's just MSIE now) you needed to >> wrap that in >> a 100% div or a 1rowx1col table for this to work. Anyone know if >> Moz 1.[56] >> is still affected by this? (Pretty sure Konq is/was too, tho I >> haven't tried >> 3.3 yet.) >> >> Elfyn >> > That was just an error of mine, base.css.in is really ok. > The problem is in savannah.css.in and gna.css.in.
In fact, the problem was in base.css and the first fix proposed of Matteo was correct. base.css got modified during this 2 last days by mistake, causing such issue. This fix was important for all browser, even if MSIE have a completely broken understand of such thing -- there's a dirty hack in the code about it, forcing some div to width=100% where they should not be. I prefer the previous fix since it changes only 1 value and does not set things in fixed lenght (pixel) but in relative (percent) Regards, -- Mathieu Roy +---------------------------------------------------------------------+ | General Homepage: http://yeupou.coleumes.org/ | | Computing Homepage: http://alberich.coleumes.org/ | | Not a native english speaker: | | http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english | +---------------------------------------------------------------------+
