摘要:
DIV背景半透明,DIV中的字不半透明2006-10-21 13:55图层背景半透明,字体颜色也半透明图层背景半透明,字体颜色不半透明带filter的层一定要有width属性,否则filter无效。 阅读全文
posted @ 2006-12-29 14:55 wucf2004 阅读(3176) 评论(1) 推荐(0)
|
|||
摘要:
DIV背景半透明,DIV中的字不半透明2006-10-21 13:55图层背景半透明,字体颜色也半透明图层背景半透明,字体颜色不半透明带filter的层一定要有width属性,否则filter无效。 阅读全文
posted @ 2006-12-29 14:55 wucf2004 阅读(3176) 评论(1) 推荐(0)
摘要:
JS的正则表达式//校验是否全由数字组成 function isDigit(s){var patrn=/^[0-9]{1,20}$/;if (!patrn.exec(s)) return falsereturn true} //校验登录名:只能输入5-20个以字母开头、可带数字、“_”、“.”的字串 function isRegisterUserName(s){var patrn=/^[a-z... 阅读全文
posted @ 2006-12-29 14:53 wucf2004 阅读(411) 评论(1) 推荐(0) |
|||