龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > div+css/html >

css如何设置input背景

时间:2012-12-29 08:41来源:未知 作者:admin 点击:
分享到:
下面是一款利用css来设计input输入框的背景的实例代码,很多朋友在问我css如何设置input框的背景,今天就找了一款相关实例哦。 下面是一款利用css教程来设计 input输入框的背景 的实例
下面是一款利用css来设计input输入框的背景的实例代码,很多朋友在问我css如何设置input框的背景,今天就找了一款相关实例哦。

下面是一款利用css教程来设计input输入框的背景的实例代码,很多朋友在问我css如何设置input框的背景,今天就找了一款相关实例哦。

<!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>


精彩图集

赞助商链接