krithika wrote: > On Mar 28, 1:49 pm, krithika <[EMAIL PROTECTED]> wrote: >> I tried the recent Firefox3 beta4.My page described below has problems >> >> I have a page with a fixed div on top(header) and a fixed div(footer) >> at the bottom.and my body has position relative with a top of 1in.But >> my print preview is screwed up.Content is written even in the footer >> area .
Krithka: I just tried viewing your testcase in Print Preview, and it looks fine to me, with the exception that the body text "This is my page content" is missing due to its large margin-top. (which is already filed as bug 425848, with URL https://bugzilla.mozilla.org/show_bug.cgi?id=425848 ) If the missing body-text isn't the messed-up behavior you're talking about, please file a bug here: https://bugzilla.mozilla.org/enter_bug.cgi?product=Core and post 1) your testcase and 2) a screenshot of what you're seeing? Please CC me on the bug, and we'll continue the discussion of this issue there. >> How do I set print margin in linux version of FF3Beta4.? I'm not sure how that relates to the issues you're seeing on your testcase, but you can do that in "File | Page Setup", and create (and then select) a custom paper size. You can also manually play with these about:config prefs, if you want: print_unwriteable_margin_XXX <-- Defines imageable area of page print_edge_XXX <-- Defines offset for page title, URL, page number print_margin_XXX <-- Defines offset for page body content (where XXX = top, right, bottom, left) The first pref (print_unwriteable_margin_XXX) is what the page-setup dialog configures. As for the other two, we don't currently expose a UI to configure them, outside of about:config. ~Daniel _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

