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

How to implement line breaks in textarea text input area

If you want to wrap the text in the textarea input...

Summary of Form Design Techniques in Web Design

“Inputs should be divided into logical groups so ...

Introduction to vim plugin installation under Linux system

Table of contents Install vim plugin manager Add ...

HTML tag meta summary, HTML5 head meta attribute summary

Preface meta is an auxiliary tag in the head area...

What to do if the auto-increment primary key in MySQL is used up

In the interview, you should have experienced the...

Detailed steps to install MySql 5.7.21 in Linux

Preface The most widely used database in Linux is...

Working principle and implementation method of Vue instruction

Introduction to Vue The current era of big front-...

Network configuration of Host Only+NAT mode under VirtualBox

The network configuration of Host Only+NAT mode u...

Introduction to the use and difference between in and exists in MySQL

First put a piece of code for(int i=0;i<1000;i...

Nginx implements dynamic and static separation example explanation

In order to speed up the parsing of the website, ...

Understanding MySQL Locking Based on Update SQL Statements

Preface MySQL database lock is an important means...

Memcached method for building cache server

Preface Many web applications store data in a rel...