html - Why big image cat no stay top all thumbnail dog image When test on ie 7? -
html - Why big image cat no stay top all thumbnail dog image When test on ie 7? -
why big image cat no remain top thumbnail dog image when test on ie 7 ?
i test on other , big image cat remain top of thumbnail dog image,
but when test on ie , big image cat not remain top of thumbnail dog image,
how can move big image cat remain top of thumbnail dog image on ie ?
http://jsfiddle.net/e2hosyoj/
<div style=" float: left; position: relative;"> <span style="position: absolute; left: 0px; z-index: 999;"> <div tyle="left: 99px; opacity: 1;"> <img src="http://www.catchannel.com/images/kitten-older-cat.jpg"> </div> </span> <span style="list-style: none; float: left; margin: 7px; width: 80px;"> <div style=" float: left; height: 80px; "> <img border="0" src="http://www.catchannel.com/images/kitten-older-cat.jpg" width="80" height="80"> </div> </span> </div> <div style=" float: left; position: relative;"> <span style="list-style: none; float: left; margin: 7px; width: 80px;"> <div style=" float: left; height: 80px; "> <img border="0" src="http://assets.dogtime.com/asset/image/513f90ddb424393c9900067c/tn-dog-news.jpg" width="80" height="80"> </div> </span> </div> <div style=" float: left; position: relative;"> <span style="list-style: none; float: left; margin: 7px; width: 80px;"> <div style=" float: left; height: 80px; "> <img border="0" src="http://www.youpet.com/graphics/animals/american-eskimo-dog-dog.jpg" width="80" height="80"> </div> </span> </div> <div style=" float: left; position: relative;"> <span class="thumbnail" id="thumbnail3" style="list-style: none; float: left; margin: 7px; width: 80px;"> <div class="imgwrap" style=" float: left; height: 80px; "> <img border="0" src="http://bestclipartblog.com/clipart-pics/dog-clipart-3.gif" width="80" height="80"> </div> </span> </div>
html css css3 internet-explorer
Comments
Post a Comment