Skip to content Skip to sidebar Skip to footer

Html/css: Image/div Is Not Appearing In Mozilla But Is In Ie?

Can't figure out why the image is not appearing Mozilla while just showing the div container in IE. Anyone know of any solutions?

Solution 1:

You need quotes around your CSS properties

<divid="WhiteBody"><center><pclass="HeaderFont">FEATURED</p></center><divstyle="background-color:#D9BA26; height:480px; width:320px;" ><imgsrc="images/Magic Hat #9.jpg"style="width:100%;height:100%;" /></div></div>

and try to avoid using whitespaces and special chars in your images names - make it Magic_Hat_9.jpg

Post a Comment for "Html/css: Image/div Is Not Appearing In Mozilla But Is In Ie?"