为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Columns Not Printing in Firefox (2 become 1)

  • 6 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 SaraChicaD

more options

I have a div with 2 divs inside of it, each with a ul of content, so it looks like two columns in the view. I'm using window.print and css to print these out, Chrome and Safari work fine, but Firefox is turning the 2 columns into 1.

I've tried column-count, column-fill, float (left/right for diff divs), min-width: 0 / min-height: 0, and I can't seem to get the 2 columns to appear.

Anyone have any other suggestions for how to get this to work?

I have a div with 2 divs inside of it, each with a ul of content, so it looks like two columns in the view. I'm using window.print and css to print these out, Chrome and Safari work fine, but Firefox is turning the 2 columns into 1. I've tried column-count, column-fill, float (left/right for diff divs), min-width: 0 / min-height: 0, and I can't seem to get the 2 columns to appear. Anyone have any other suggestions for how to get this to work?

由SaraChicaD于修改

被采纳的解决方案

Do you have a sample web page where we can check that out?

定位到答案原位置 👍 0

所有回复 (6)

more options

选择的解决方案

Do you have a sample web page where we can check that out?

more options

Hi the-edmeister it's hard to create a sample because everything is compiled I've tried everything at this point just super desperate lol thx.

more options

Also I keep trying to post images and stuff on here and they never get saved? The platform isn't super helpful. :(

more options

See this support article. How do I create a screenshot of my problem? It is best to use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed a maximum file size of 1 MB.

Then use the Browse .... button below the Post a Reply text box to upload the screenshot.

more options

thx the-edimeister, here are the images. the one column is firefox, the 2-col is chrome (& safari).

more options

So the answer the-edmeister was that min-width was squeezing the content into weird shapes. i set min-width: 0px; and then set a width of like 500px and the content came out fine. this was such a weird but -- thanks for yoru help!

由SaraChicaD于修改