IE CSS bug: table border showing div with visibility: hidden, position: absolute

前端 未结 6 568
南旧
南旧 2021-01-05 00:27

The issue

I have a

on a page which is initially hidden with a visibility: hidden; position: absolute. The issue is that if a
6条回答
  •  旧时难觅i
    2021-01-05 01:26

    Another possible workaround is to add "filter: alpha(opacity=100);" into the table's style.

提交回复
热议问题