css如何设置input背景

css如何设置input背景

下面是一款利用来设计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>

css如何设置input背景

相关文章:

你感兴趣的文章:

标签云: