I have tried to apply style=\"display:none\" in (e.g ), this is working per
More accurate answer for "why styles attributes not working for IE" is -- It depends on which version of IE and what browser you are using!
The fact that not all styles of display work for all browsers, you just have to try each one of them to find out which one works for your browser or you have to even include testing what browser your app is running on in your code .
!
See below for example: the javascript ".display = 'inline'" only works for IE 8 and up.