Wed, 2004-11-03 09:51
Here's the deal:
m is the DIV container
m.className='selectBlockActive'
After change the class name the m.style.width has left the same but m.offsetWidth has been changed in NS6.2.3.
In IE all right.
The log is:
Quote:
48:21 [Pick]w=158px offsetWidth=139
//class was changed
48:21 [Pick]w=158px offsetWidth=160
Both classes have the same lines:
Quote:
height:36px;
overflow:hidden;
Can you help me?
One more question: how to send a notification message to Netscape browser in order to refresh view?