搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

columns float to right only in Firefox

  • 1 回覆
  • 1 有這個問題
  • 3 次檢視
  • 最近回覆由 cor-el

more options

I'm a webmaster working on a site. I used a short code in WordPress to make a page have two columns. Page looks great on all other browsers (Chrome, Safari, IE) but not on Firefox. On Firefox the content is floated right out of the container. Here's the page http://www.ivordavisbeatles.com/blog/press/press-reviews/

I'm a webmaster working on a site. I used a short code in WordPress to make a page have two columns. Page looks great on all other browsers (Chrome, Safari, IE) but not on Firefox. On Firefox the content is floated right out of the container. Here's the page http://www.ivordavisbeatles.com/blog/press/press-reviews/

所有回覆 (1)

more options

You need a clear:both property on that container.

<div style="clear: both;" class="column-group columns-2"><br>