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

前端 未结 9 1099
忘掉有多难
忘掉有多难 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:16

    Best Solution to fix floating bug in every case is use table layout using tds. That will never loose floating.

提交回复
热议问题