In XHTML, the problem of JS floating code invalidation _javascript skill
Source: Internet
Author: User
The couplet code, look at its expression in XHTML, the result is simple. This is because, according to the standard, the scroll bar of the form we see should not be the body, but the HTML (i.e. the Document.documentelement object), so the solution is to put the HTML in the nonstandard code. Document.body.scrollTop "transformed into" Document.documentElement.scrollTop ", everything ok!
Yun-Habitat Community Editor Summary:
Document.body can be replaced with document.documentelement, but in order to be compatible with non-XHTML situations, a general judgment
Scrolltop=document.body.scrolltop?document.body.scrolltop:document.documentelement and other judgments
Http://www.jb51.net/article/19931.htm
Http://www.jb51.net/article/2447.htm
In fact, we can look at the cloud-dwelling community before the published articles.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.