私のHTML:
のdivstyle="position: absolute; top: 3.80711%; left: 5.89354%; height: 20.0508%; width: 20.9125%; z-index: 545;"
上記の div にスタイルのあるテーブルがあります:
cellspacing="0" cellpadding="0" style="height: 100%; width: 100%; visibility: visible;" tabindex="0"
を使用して div 幅をdojo.style(divNode, 'width', newvalue)
変更すると、それに応じてテーブル幅が新しい値に変更されますが、これは正しいです。
ただし、高さの値は古いままですが、テーブルは高く見えます。
理由を知っている人はいますか?