I tested IE5.5 winme, text was this:
 
The layer is 150px wide by 100px tall.
The table inside the layer is 100px wide by 50px tall.
getContentWidth() returns : 150
getContentHeight() returns : 50
 
In NS4.7 it was this:
 
The layer is 150px wide by 100px tall.
The table inside the layer is 100px wide by 50px tall.
getContentWidth() returns : 0
getContentHeight() returns : 0
 
In NS6 it was :
 
The layer is 150px wide by 100px tall.
The table inside the layer is 100px wide by 50px tall.
getContentWidth() returns : 0
getContentHeight() returns : 0
Something strange going on there.
 
 
 
----- Original Message -----
Sent: 19 May, 2001 01:07
Subject: [Dynapi-Help] busted getContentWidth()

getContentWidth is not working (win2k,ie5.5)
 
 
getContentHeight appears to be okay tho.. (see example)

Reply via email to