Home > Web Front-end > HTML Tutorial > HTML left and right layout sample code_HTML/Xhtml_Web page production

HTML left and right layout sample code_HTML/Xhtml_Web page production

WBOY
Release: 2016-05-16 16:39:42
Original
1702 people have browsed it

css:

Copy code
The code is as follows:

html,body{ margin:0px ; padding:0px; height: 100%; } .headbg{ background: black; color: white; height:48px; } .userManagerAll{ height: 100%; width: 100%; } .leftside{ background: #E6E6E6; float : left; height: 100%; width: 200px; margin: 0px; overflow-y:auto; } .rightside{ background: white; height: 100%; width:100%; align:right; }

html

Copy code
The code is as follows:



1

2



Click the text box and the text disappears

Copy code
The code is as follows:


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template