How to prevent the floating layout wrapping when firefox zoom is reduced

前端 未结 9 1067
忘掉有多难
忘掉有多难 2020-12-28 18:58

Given the following HTML. It display two columns: #left, #right. Both are fixed width and have 1px borders. Width and borders equal the size of upp

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-28 19:21

    The problem is caused by the width of your #wrap.

    I've set the width to 100% and it doesn't break anymore in Firefox while zooming out with CTRL -.

提交回复
热议问题