Dunno if this is possible.
I've got a css style loading dependant on a value within an if statement like this
<%if ty=1 then%>
<style type="text/css">
input {border-width:0}
</style>
<%end if %>
But I'm wondering is there a way to add in the READONLY property to the css style, can't just do
input {border-width:0 READONLY}
I've got a css style loading dependant on a value within an if statement like this
<%if ty=1 then%>
<style type="text/css">
input {border-width:0}
</style>
<%end if %>
But I'm wondering is there a way to add in the READONLY property to the css style, can't just do
input {border-width:0 READONLY}