|
What is the difference between hasLayout "1" and "-1"?
|
blue8sky
#:3599479
| 12:51 pm on Mar. 13, 2008 (utc 0) |
Hi, everybody ) What is the difference between IE's "hasLayout"-property "1" and "-1" state?
|
SuzyUK
#:3599548
| 2:18 pm on Mar. 13, 2008 (utc 0) |
Hi, the two states should be 0 or -1 (it says -1 in IE dom inspector, maybe more common notation is 1 for true?) -1 = true (element has layout) 0 = false (element doesn't have layout)
|
blue8sky
#:3599862
| 7:53 pm on Mar. 13, 2008 (utc 0) |
Understood. Thank you )
|
Clark
#:3601675
| 11:06 pm on Mar. 15, 2008 (utc 0) |
Oh. How weird, -1. Could have used this info yesterday :)
|