<!doctype html>
<html>
<head>
<title>Placeholder demo</title>
<style type="text/css">
input:-moz-placeholder {
color: green;
}
</style>
</head>
<body>
<input id="test" placeholder="Placeholder text!">
</body>
</html>
<!doctype html>
<html>
<head>
<title>Placeholder demo</title>
<style type="text/css">
input:-moz-placeholder {
color: green;
}
</style>
</head>
<body>
<input id="test" placeholder="Placeholder text!">
</body>
</html>
热门信息
阅读 (113)
1 跨浏览器透明度阅读 (110)
2 iPad 定向CSS阅读 (110)
3 不使用表格实现跨浏览器垂直水平居中图片阅读 (106)
4 背景透明阅读 (105)
5 移除IE中textarea的滚动条