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

Solve the problem of PhPStudy MySQL startup failure under Windows system

Report an error The Apache\Nginx service started ...

JavaScript implements AI tic-tac-toe game through the maximum and minimum algorithm

Without further ado, let’s run the screenshot dir...

MySql COALESCE function usage code example

COALESCE is a function that refers to each parame...

CSS element hiding principle and display:none and visibility:hidden

1. CSS element hiding <br />In CSS, there ar...

Detailed process of decompressing and installing mysql5.7.17 zip

1. Download address https://dev.mysql.com/downloa...

MySQL table return causes index invalidation case explanation

Introduction When the MySQL InnoDB engine queries...

How to use translate and transition in CSS3

I always feel that translate and transition are v...

Tips on MySQL query cache

Table of contents Preface Introduction to QueryCa...

SQL implementation LeetCode (185. Top three highest salaries in the department)

[LeetCode] 185. Department Top Three Salaries The...