CSS implementation when you move the mouse to input, the input box appears shaded, and when you move to the button, the shadow of the input box disappears, and the button box appears shaded

Source: Internet
Author: User

<MetaCharSet= "Utf-8" /><styletype= "Text/css">Div{Overflow:Hidden;}Div.search_box Input{float: Left;width:200px;Height:50px;box-sizing:Border-box;padding:0 40px 0 10px;Line-height:50px;Border:0;Border-left:1px solid #ddd;Outline:None;}. Search_box>form>button{float: Right;width:40px;Height:50px;Border:0;Border-right:1px solid #ddd;background:URL (search1x.png) no-repeat Center;position:Absolute; Left:160px;}Div.search_box Input:hover{Box-shadow:inset 0-2px 2px #3b6caa, inset 2px 0 2px #3b6caa, inset-2px 0 2px #3b6caa;}Div.search_box Button:hover{Box-shadow:inset 0-2px 2px #3b6caa, inset 2px 0 2px #3b6caa, inset-2px 0 2px #3b6caa;cursor:Pointer;}</style><Divclass= "Search_box">     <form>          <inputtype= "text"placeholder= "Search" >          <Buttontype= "Submit" ><Button>     </form></Div>

CSS implementation when you move the mouse to input, the input box appears shaded, and when you move to the button, the shadow of the input box disappears, and the button box appears shaded

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.