IE8 not displaying ONE image

DancingMachine

New Member
This is driving me crazy. I'm working on a site, every other browser displays this image, including IE6, 7 and 9. But in IE8 disregards this image completely. Does anyone have any idea what is going wrong? I pumped the z-index up but that doesn't seem to help.HTML\[code\]<div id="building"> <img src="http://stackoverflow.com/questions/14070222/images/someimg.png" alt="some title" height="110" width="626" /></div>\[/code\]CSS\[code\]#building {float: left;position: absolute;z-index: 10000;margin-left: 384px;}\[/code\]
 
Back
Top