|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
hello
out = "height: " + self.innerHeight + " width: " + self.innerWidth; window.status = out; this workes in NS, but I can't get it working in IE, what am I doing wrong? ------------------ regds.. -ulrik- |
|
#2
|
|||
|
|||
|
For NS use:
window.innerWidth window.innerHeight For IE use: document.body.offsetWidth document.body.offsetHeight Spookster |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > height n' width of IE-browser window |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|