russ - maxdesign wrote:
a[href^="http:"] { background: green; }
How about this one?
input[value="blue"] { background: blue; }Apply this to a form input and try typing in "blue", is the CSS applied in real time? Not so in Firefox..
Even though the DOM knows that the value has been updated the CSS is not applied. [1]
I wonder if switching stylesheets would force an update?
Regards Chris Blown
[1] http://www.hinterlands.com.au/testing/attribute_selectors.html
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
