In Chrome, page won't resize after Ajax load

后端 未结 7 2190
南方客
南方客 2021-02-15 21:04

I\'ve been feverishly CSSing my way through the final leg of a site I\'m building and I\'m running into an odd quirk with Chrome only. FF and IE seem to work fine.

I a

7条回答
  •  忘了有多久
    2021-02-15 21:31

    If push comes to shove, you can always force the height after load with some javascript.

    I try to stay away from position:absolute as much as possible.

提交回复
热议问题