css如何設定input背景

來源:互聯網
上載者:User
 代碼如下 複製代碼
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.111cn.net/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<title>css如何設定input背景</title>
<style type="text/css">
.inputbox{ background:url() no-repeat top left; width:236px; height:15px; border:none;padding:4px 8px;_width:252px; _height:23px; _padding:4px 8px;color:#999999; overflow:hidden}
.inputbox:hover{background-position:left bottom;}
</style>
</head>
<body>
 <input type="text" class="inputbox" name="keywords" id="keywords" value="輸入關鍵字..." size="10">
  <input type="text"  name="keywords" id="keywords" value="輸入關鍵字...">
</body>
</html>

 

相關文章

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.