So I had troubles with this before and thought I had fixed it but to no luck, my logo on my website does not show up when using Internet Explorer. It shows up in Firefox, Chrome, and Safari, but no Internet Explorer, and cannot figure out why. The image was intially a .png and thought that could be the problem, so I switched it to a .jpg and still no luck. Here is the site: redpearlinvestments.com And here is the coding: <body> <div id="wrapper"><div id="masthead"> <img src="http://www.redpearlinvestments.com/images/red_pearl.jpg" alt="Red Pearl Investments" style="position: absolute; top: 10px; left: 10px;"/> If anyone has any ideas that could help, that would be great. Thanks.
You have two stylesheets, one for IE6 and one for everything else. In firefox it works find, but IE6 it doesn't. Why not try removing these lines and see what happens: <!--[if lte IE 6]> <link href="css/ie6.css" type="text/css" rel="stylesheet" /> <![endif]-->
try change your css rule for the image, ex: <img src="http://www.redpearlinvestments.com/images/red_pearl.jpg" style="float:left;margin:10px 0 0 10px; display:inline;" alt="Red Pearl Investments" />
Yay, finally got it fixed...not sure if it was a combination of the both or just changing the rule image but thanks for the help HorseGalleria and sitorush...!!!
I usually forget about the separate css file for IE6 and always seem to wonder why I am not able to see my websites correctly as well. In fact for the longest time I didn't even know that IE, Firefox, and various other browsers were all together different. Heck, I thought a browser, is a browser.... Wrong answer on that Jeremie