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:<div class="head"></div> <div class="All"> <div class="left side">1</div> <div class="right side">2</div> </div> Click the text box and the text disappears Copy code The code is as follows:<input name="textfield" style="color:#CCC;" type="text" value="Click the text to disappear" size="12" onclick="value='';focus()" onblur="if(value=='') value='Click the text to disappear;"/> |
<<: Detailed steps for configuring virtual hosts in nginx
>>: Regular expression usage in CSS selectors
inherit 1. What is inheritance Inheritance: First...
Table of contents Use two-way binding data in v-m...
1. Requirements When using the Vue.js framework t...
1. View the renderings Select forward: Select bac...
Project scenario: 1. Upload file restrictions Fun...
The installation and configuration method of MySQ...
Table of contents 1. What is an index signature? ...
1. Execute the select statement first to generate...
Plot Review In the previous article, we analyzed ...
A mysql-like php switch case statement. select xx...
When using <a href="" onclick="&...
Everything needs a foundation. To build a house, ...
Nowadays, whether you are on the sofa at home or ...
How to install Linux CentOS 7.7 system in Vmware,...
Preface: I reinstalled win10 and organized the fi...