Css sets the style of the input text box with the specified type attribute value, and the attribute value input

Source: Internet
Author: User

Css sets the style of the input text box with the specified type attribute value, and the attribute value input

Css sets the style of the input text box with the specified type attribute value:
To set a <input type = "text"> style, we cannot use the following method:

Input {}

The above method can be used to set the style of all input elements, not just the text box. Of course, we can find other solutions to use the class attribute or style attribute on the text box for setting, however, this method is quite troublesome. We will use the css attribute selector to implement this function.
The Code is as follows:

<! DOCTYPE html>  

The preceding Code uses the attribute selector to set the length and height of the text box.
For details about the attribute selector, see section E [att = "val.

The original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 15073.

For more information, see: http://www.softwhy.com/divcss/

Related Article

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.