Ideas and codes for implementing iframe to intercept part of the website content

Ideas and codes for implementing iframe to intercept part of the website content

Copy code
The code is as follows:

<div style="width:630px;height:350px;overflow:hidden;border:0px">
<div style="width:800px;height:800px;margin:-810px 0px 0px -10px;">
<iframe src="http://www.sci99.com/" width="960" height="1280" scrolling="no"></iframe>
</div>
</div>
<div style="width:800px;height:900px;overflow:hidden;border:0px">
<div style="width:500px;height:900px;margin:-320px 0px 0px -10px;">
<iframe src="http://www.sci99.com/details/monitorall.aspx" width="700" height="1024" scrolling="no"></iframe>
</div>
</div>

<<:  mysql determines whether the current time is between the start and end time and the start and end time are allowed to be empty

>>:  Play mp3 or flash player code on the web page

Recommend

Detailed explanation of React event binding

1. What is In react applications, event names are...

Unicode signature BOM (Byte Order Mark) issue for UTF-8 files

I recently encountered a strange thing when debug...

Introduction to SSL certificate installation and deployment steps under Nginx

Table of contents Problem description: Installati...

Analysis of Mysql transaction characteristics and level principles

1. What is a transaction? A database transaction ...

Sample code for deploying Spring-boot project with Docker

1. Basic Spring-boot Quick Start 1.1 Quick start ...

CentOS 7.2 builds nginx web server to deploy uniapp project

Panther started as a rookie, and I am still a roo...

Mysql query database capacity method steps

Query the total size of all databases Here’s how:...

In-depth understanding of the vertical-align property and baseline issues in CSS

vertical-align attribute is mainly used to change...

How to compare two database table structures in mysql

During the development and debugging process, it ...

Detailed explanation of query examples within subqueries in MySql

Where is my hometown when I look northwest? How m...

Mysql 5.6 "implicit conversion" causes index failure and inaccurate data

background When performing a SQL query, I tried t...

Rainbow button style made with CSS3

Result: Implementation code: html <div class=&...

Detailed examples of replace and replace into in MySQL into_Mysql

MySQL replace and replace into are both frequentl...