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

HTML background color gradient effect achieved through CSS style

Effect screenshots: Implementation code: Copy code...

Tomcat source code analysis of Web requests and processing

Table of contents Preface 1. EndPoint 2. Connecti...

Summary of common MySQL table design errors

Table of contents Mistake 1: Too many columns of ...

MySQL lock control concurrency method

Table of contents Preface 1. Optimistic Locking A...

CSS syntax for table borders

<br /> CSS syntax for table borders The spec...

CSS animation property usage and example code (transition/transform/animation)

During development, a good user interface will al...

js to achieve sliding carousel effect

This article shares the specific code of js to ac...

Detailed explanation of CSS float property

1. What is floating? Floating, as the name sugges...

jQuery realizes the shuttle box effect

This article example shares the specific code of ...

GET POST Differences

1. Get is used to obtain data from the server, wh...

Who is a User Experience Designer?

Scary, isn't it! Translation in the picture: ...

JavaScript imitates Jingdong magnifying glass effect

This article shares the specific code for JavaScr...

Practice of realizing Echarts chart width and height adaptation in Vue

Table of contents 1. Install and import 2. Define...

Detailed explanation of Docker Volume permission management

Volume data volume is an important concept of Doc...