Invalid javascript floating code in XHTML _ javascript skills
Source: Internet
Author: User
Why can't the floating ad couplet Code use the couplet code in the web page of the XHTML language? Check its expression in the xhtml, and the result is very simple. This is because, according to the standard, the scroll bar of the form we see should not be the body, but the HTML (that is, the document.doc umentElement object). Therefore, the solution is to replace the nonstandard code document.body.scrolltopelement with the document.doc umentElement. scrollTop ", everything is OK!
Summary:
Replace document.bodywith document.doc umentElement. However, if you want to be compatible with non-xhtml
ScrollTop = document. body. scrollTop? Document. body. scrollTop: document.doc umentElement judgment
Http://www.jb51.net/article/19931.htm
Http://www.jb51.net/article/2447.htm
As a matter of fact, you can read the articles published by the home of scripts.
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.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service