!ie

Netbeans marks using !ie in css code as an error:

.dhx_combo_edit{width:100%;border:0;padding:0;padding-right:1px!ie;margin:0;font:12px arial;overflow:hidden;}

Not that it really matters; but I was intrigued by the use; and cannot find any reference to the use of !ie in css

Hi

seems like this is little css hack (some browsers can parse custom values, some not), very useful thing for crossbrowser support. not very good but it works