background image doesnt appear on ie

nenPhahGype

New Member
This works on firefox and chrome:\[code\]<div id="popup" style="display: block;"> <div id="contentWrapper"> <div id="popHeader"> <span id="popupQuestion">The nature.</span> <a id="popupYes" href="http://stackoverflow.com/questions/13703461/#"> </a> <a id="popupNo" href="http://stackoverflow.com/">Leave</a> </div> </div> </div>#contentWrapper {background-image: url("http://bestcamctory.com/images/warning/warning_bg.png");height: 100%;position: relative;width: 100%;}\[/code\]But on ie the background image isnt shown. Why is that?
 
Back
Top