On Tue, Oct 07, 2008 at 06:48:15PM +0200, Andrzej Lichnerowicz wrote: > Package: iceweasel > Version: 3.0.1-1 > Severity: normal > > *** Please type your report below this line *** > > I have a resolution of 1280x1024. When I view page from disk, using file:// > page layout is ok. When I access the same page via http:// layout is > broken. > > Under firebug it seems like when pages are accessed via file:// then > innerWidth is 1280 (like it should be), but all pages accessed by http://have > innerWidth set to 1408 (sometimes 1392, but always greater then resolution) > which is pretty remote from being correct. It seems that margins > are calculated from this 1408 value, but then applied to 1280 normal screen > width resulting in squeezed boxes (and when using floats, boxes > moved one below another).
Wild guess: quirks mode in one case, standard mode in the other ? (Check Tools > Page information) (without a testcase, it will be hard to help you) Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

