Sharing tips on using Frameset to center the widescreen

Sharing tips on using Frameset to center the widescreen

Copy code
The code is as follows:

<frameset cols="*,1280,*" frameborder="0" framespacing="0">
<frame name="left" src="_left.htm" noresize scrolling="no">
<frameset rows="110,*" frameborder="0">
<noframes>
<body>
Sorry, the browser you are using does not support frames. Please switch to a new browser.
</body>
</noframes>
<frame name="top" src="top.aspx" >
<frameset cols="150,*">
<frame name="left" src="left.aspx" scrolling="no">
<frame name="main" src="_index.aspx">
</frameset>
</frameset>
<frame name="main" src="_left.htm" noresize scrolling="no">
</frameset>

<<:  JavaScript realizes magnifying glass special effects

>>:  Personal opinion: Talk about design

Recommend

Why MySQL does not recommend deleting data

Table of contents Preface InnoDB storage architec...

How to align text boxes in multiple forms in HTML

The form code is as shown in the figure. The styl...

How to open the port in Centos7

The default firewall of CentOS7 is not iptables, ...

How to make your JavaScript functions more elegant

Table of contents Object parameters using destruc...

Summary of important components of MySQL InnoDB

Innodb includes the following components 1. innod...

CenOS6.7 mysql 8.0.22 installation and configuration method graphic tutorial

CenOS6.7 installs MySQL8.0.22 (recommended collec...

What qualities should a good advertisement have?

Some people say that doing advertising is like bei...

JavaScript data visualization: ECharts map making

Table of contents Overview Precautions 1. Usage 2...

Detailed explanation of the usage and function of MySQL cursor

[Usage and function of mysql cursor] example: The...

How to install MySQL 5.7.29 with one click using shell script

This article refers to the work of 51CTO blog aut...

js regular expression lookahead and lookbehind and non-capturing grouping

Table of contents Combining lookahead and lookbeh...

The best explanation of HTTPS

Good morning everyone, I haven’t updated my artic...

Realize the CSS loading effect after clicking the button

Since there is a button in my company's produ...

Let's talk in detail about how the NodeJS process exits

Table of contents Preface Active withdrawal Excep...