Hi,

I have a button checkbox defined like this:

<button id="enabledBtn" type="checkbox" label="disabled" checked="false" 
accesskey="E" 
  
oncommand="this.label=this.checked?'enabled':'disabled';foxyproxy.setEnabled(this.checked);"/>

and CSS like this:

button[checked="true"] {
  color: red;
  font-weight: bold;
}

Two strange things are happening:
1. The CSS has effect only the opposite of what I defined; i.e., when 
checked=false and
label="disabled".
2. Although the button checkbox is initially set to false, the text is not 
red/bold.

Anyone know what I might be doing wrong?

Thanks,
Eric Jung
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to