Re: [css-d] Print bug in Moz

2006-01-31 Thread Brandon Oto
On Jan 31, 2006, at 5:28 PM, Holly Bergevin wrote: > The problem element isn't floated in the first place, so adding > float: none to it did not have the desired result, obviously. > Brandon, your friend needs to override the absolute positioning of > - #textblocki - in his/her style sheet.

Re: [css-d] Print bug in Moz

2006-01-31 Thread Holly Bergevin
From: Brandon Oto <[EMAIL PROTECTED]> >"I'm trying to build a print style sheet for a new site; I'm running up >against a Mozilla bug. I know about the float bug - and thought I'd >worked >around it (by adding a float: none; to all blocks that normally >floated). >Anyway - the problem is simp

[css-d] Print bug in Moz

2006-01-31 Thread Brandon Oto
Folks, Passing this along on behalf of a friend. Is this a known bug? It sounds vaguely familiar, but I can't seem to find any references. "I'm trying to build a print style sheet for a new site; I'm running up against a Mozilla bug. I know about the float bug - and thought I'd worked around