css用expression来区分只读文本框
来源:岁月联盟
时间:2008-11-05
<!--
input{ background:expression((this.readOnly &&this.readOnly==true)?"#CCCCCC":"")}
-->
</style>
<body>
<input type="text" name="" />
<input type="text" name="" readonly="readonly" />
expression:处理方式:
expression(操作手法);
expression(?:)
下一篇:CSS样式表中的选择符