CSS for disabled text field
CSS for disabled text field
Out of context: Reply #1
- Started
- Last post
- 1 Response
- davetufts0
i'm not sure what the CSS equivelent is, but you can just add the word 'disabled'
[form]
[input type="text" name="x"]
[br]
[input type="text" name="y" disabled]
[br]
[input type="submit"]
[/form]