IE CSS Bug - How do I maintain a position:absolute when dynamic javascript content on the page changes

后端 未结 3 867
野趣味
野趣味 2021-01-15 03:23

I have a page where there is a column and a content div, somewhat like this:

blahblahblah
3条回答
  •  隐瞒了意图╮
    2021-01-15 03:40

    Another workaround which worked for me and had no flickering effect was to add and remove a dummy CSS class name, like this using jQuery:

    $(element).toggleClass('damn-you-ie')
    

提交回复
热议问题