Chủ Nhật, 1 tháng 7, 2012

CSS - Tạo Khung Nhập Văn Bản Có Màu

Posted by Unknown Chủ Nhật, tháng 7 01, 2012, under | No comments

Thông thường khung nhập liệu  của '' form " có nền là màu trắng, h ta muốn nó có màu ( cải lương tí nha! )thì ta làm sao? Dùng CSS .
Demo:
<html>
<head>
<style>
input[type="text"]
{
width:150px;
display:block;
margin-bottom:10px;
background-color:yellow; /* mau hop van ban,  ban co the thay doi thanh mau khac, hoac 1 anh .. */
}
input[type="button"]
{
width:120px;
margin-left:35px;
display:block;
}
</style>
</head>
<body>
<form name="input" action="" method="get">
Firstname:<input type="text" name="Name" value="Nhap" size="30">
Lastname:<input type="text" name="Name" value="Nhap" size="30">
<input type="button" value="Submit">
</form>
</body>
</html>
Hình minh họa:



Xem Nhiều

Bài đăng phổ biến

Lưu trữ blog

Blog Archive