How to remove the border in input box

Source: Internet
Author: User

When we make the registration page, we often need to eliminate the border of input, when we need to use two properties

One is input in the inactive state, not the actual border, the code rule is Border:none, and when the mouse is moved to input box, you need to use Outline:medium, to remove the border, the code is as follows

  

. table_box2{
height:30px;
width:180px;
Border:none;
Float:left;
Zoom:1;
Outline:medium;

Special attention should be paid to the point, here try not to use border:0, and outline:0.

How to remove the border in input box

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.