Hi !
My first question concerns CSS : are IE CSS also compliant with W3C ? If
not, what are the differences ?
Second question : I need to know if these different methods or attributs are
w3c compliant. If they are not could you tell me which methode or attribut I
should use ? Thanks in advance.
document.body.offsetWidth
document.selection.type
document.elementFromPoint(x,y)
document.elementFromPoint(x,y).className
document.body.clientHeight
document.body.style.marginLeft
document.body.insertAdjacentHTML
document.all.DeleteBtn.disabled = ... (I know with document.all it is not
w3c compliant)
document.all.EditBtn.value (.disabled) = ...
document.all.PrinbtBn.disabled = ...
document.all.formArea
Thanks :)
Florian