WEB开发网
开发学院网页设计DivCss css用expression来区分只读文本框 阅读

css用expression来区分只读文本框

 2008-11-04 19:30:27 来源:WEB开发网   
核心提示:<style type="text/CSS"><!--input{ background:exPRession((this.readOnly &&this.readOnly==true)?"#CCCCCC":"")}--></st

<style type="text/CSS">
<!--

input{ background:exPRession((this.readOnly &&this.readOnly==true)?"#CCCCCC":"")}
-->
</style>

<body>
<input type="text" name="" />
<input type="text" name="" readonly="readonly" />

expression:处理方式:

expression(操作手法);

  expression(?:)

Tags:css expression 区分

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接