Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1391 Which DHTML properties in Netscape Navigator 4 map to which DHTML properties in Internet Explorer ?

You are here: irt.org | FAQ | DHTML | Q1391 [ previous next ]

If I understand it correctly, then:

Netscape Navigator 4 Internet Explorer 4+       Internet Explorer CSS attribute
left                 style.pixelLeft            style.left or style.posLeft
top                  style.pixelTop             style.top or style.posTop
document.height      clientHeight
document.width       clientWidth
clip.height          style.pixelHeight          style.posHeight
clip.width           style.pixelWidth           style.posWidth
visibility           style.visibility
zIndex               style.zIndex
background           style.background
bgColor              style.backgroundColor
window.innerWidth    document.body.clientWidth

©2018 Martin Webb