Css beautifying the input text box and button

Source: Internet
Author: User

We can see that many website text input boxes are very beautiful, such as taobao. Let's take a look at the code for beautifying the input box with css. You don't need to write HTML. Let's test it on your own. It's pretty.

. SearchBar {
Font-size: 12px; letter-spacing: 2px;
Border-bottom: 1px solid # dddddddd;
Padding: 5px 0px 3px 0px;
Margin: 4px 0px 4px 0px;
Text-align: center; height: 24px;
FILTER: progid: DXImageTransform. Microsoft. Gradient (startColorStr = '# f5f5f5', endColorStr = '# eeeeee', gradientType = '0 ');
}
. SearchBar input. textfield {
Border-top: 1px solid # dddddddd; border-left: 1px solid # dddddddd;
Border-right: 1px solid # ffffff; border-bottom: 1px solid # ffffff;
BACKGROUND-COLOR: # f5f5f5; line-height: 18px;
Width: 240px; HEIGHT: 22px;
}
. SearchBar span. button {
BORDER: 1px outset # f0f0f0;
BACKGROUND-COLOR: # fafafa;
Width: 50px; HEIGHT: 20px;
Padding: 3px 3px 2px 3px;
Cursor: hand;
}

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.