Posts Tagged ‘ CSS ’
Một số Flugin của JQuery trang trí cho form. 1. Justify elements using jQuery and CS. Trang chủ 2. File Style. Demo Homepage loadt2player(296)[ READ MORE ]
Tên truy cập Chỉ chấp nhận chữ cái thường, chữ cái viết hoa, số 0-9, và gạch chân. $string = "userNaME123456789_"; if (preg_match('/^[a-z\d_]{023456789}$/i', $string)) { echo "example 1 successful."; } Số điện thoại Số điện thoại có dạng : (###)###-#### $string = "(032)555-5555"; if (preg_match('/^(\(?[2-9]{1}[0-9]{2}\)?|[0-9]{3,3}[-. ]?)[ ][0-9]{3,3}[-. ]?[0-9]{4,4}$/', $string)) { echo "example 2 successful."; } Địa chỉ Email $string = "first.last@domain.co.uk"; if (preg_match( '/^[^0-9][a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)*[@][a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)*[.][a-zA-Z]{2,4}$/', $string)) { echo "example 3 successful."; } Mã Postal $string = [ READ MORE ]
Sets the opacity of an element and its children. Doesn’t validate. Mozilla began supporting the opacity rule in version 1.7, so ‘-moz-opacity’ may not be necessary… selector { filter: alpha(opacity=60); /* MSIE/PC */ -moz-opacity: 0.6; /* Mozilla 1.6 and older */ opacity: 0.6; } loadt2player(121)[ READ MORE ]
Bad Behavior has blocked 49 access attempts in the last 7 days.