如何設置html中disabled的input的顏色

直接經過css來直接修改html中disabled的input的背景顏色  示例代碼以下:css <html> <head> <style> input{background:expression((this.disabled && this.disabled==true)?"#f0f0f0":"")} </style> </head> <body> <form
相關文章
相關標籤/搜索