My application rendering well in IE9 Quirks Mode but not in standard mode.
For example: Rendering div background image in Quirks mode but not in standard mode.
Quirks Mode
Standard Mode
What should I do to fix this problem?
I changed the CSS as follows.
display: inline;
to
display: inline-block;
It fixed my problem.