Browser's wide Height:Common methods in javascript:Web page Visible area width: document.body.clientWidthWeb page Visible Area height: document.body.clientHeightWeb page Visible Area width: document.body.offsetWidth (including edge width)Web page Visible Area High: document.body.offsetHeight (including edge height)Page body Full text width: document.body.scrollWidthPage body Full text High: Document.body.scrollHeightPage is rolled away High: document.body.scrollTopWebpage is rolled away left: do
WordPress WP Statistics plug-in 'visitor' screen HTML Injection Vulnerability
Release date:Updated on:
Affected Systems:WordPress WP Statistics 8.4WordPress WP StatisticsDescription:Bugtraq id: 71520
WP Statistics is the WordPress website Statistics plug-in.
WP Statistics 8.4 and earlier versions have the HTML injection vulnerability. After successful exploit
In the Web page to add this sentence, you can make the width of the Web page automatically adapt to the width of the phone screen:1 name= "Viewport" content= "Width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes "/>1, Width=device-width: Indicates width is the width of the device screen2. initial-scale=1.0: Indicates the initial zoom ratio3. minimum-scale=0.5: Indicates the minimum zoom ratio4, maximum-scal
Recently, I am working on a Web site accessed Based on the iPhone. The originally smart Safari gave me a hard time. Safari scales automatically when the width and height of the DIV are set. And I want to display it on full screen. In desperation, I suddenly thought about how the Sina touch screen version I often visit is made? Open Opera,
The source code found meta viewport in the
The first method is not set as a background image, CSS to control the style, can be compatible to IE6, the code is as follows:body,html { 0; 0; Overflow:hidden;}. BG { position:absolute; 100%; 100%; Min-height:400px; Z-index:-1;}. BG img { 100%; 100%;}Method Two: Reference http://www.dowebok.com/demo/139/, can be compatible to IE7.IE9 the HTML page background image to fill
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.