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
Harbor is an enterprise-level registry server for...
Introduction to MySQL Window Functions MySQL has ...
1. Form 1. The role of the form HTML forms are us...
What is a stored procedure Simply put, it is a se...
Preface The reason for writing this article is mai...
Table of contents 1. Introduction to import_table...
Recently, I have a project that requires using ifr...
1. MySQL rpm package installation # Download the ...
Table of contents Preface optimization Derivative...
When position is absolute, the percentage of its ...
1. Download 1. Click the latest download from the...
Docker private image library Docker private image...
Table of contents 1. Install ESXi 2. Set up ESXi ...
emmm the name is just a random guess 2333 Preface...
introduction Looking back four years ago, when I ...