otuatail Posted September 24, 2010 Share Posted September 24, 2010 This is odd. I have a graphic of a thermometer. When placed on a web page it looks ok in FF but not in IE http://www.reallifemalawi.com/Project.php In IE7 the left side of the thermometer top is missing. as well as some divisions. In FF its ok except I am missing one division near the top of the red. The image is perfect. This is very odd. Desmond Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted September 24, 2010 Share Posted September 24, 2010 You have 8 HTML validation errors on that page, using Firefox. Quote Link to comment Share on other sites More sharing options...
otuatail Posted September 25, 2010 Author Share Posted September 25, 2010 These are not errors. Just over sensetive checking. <a onmouseover="document.images[2].src='images/2_Facts_H.jpg'"; onmouseout="document.images[2].src='images/2_Facts.jpg'"; href="Facts.php"> <img src="images/2_Facts.jpg" alt="" border="0"></a> semicolons are used in javascript as for border="0" this is not an error either. Desmond. Quote Link to comment Share on other sites More sharing options...
otuatail Posted September 27, 2010 Author Share Posted September 27, 2010 I have done what Pikachu2000 sugested and rpped out all the javascript that was causing the silly reported errors. No diffence. There is an issue here. Can anyone see why the thermometer looks bad in IE Desmond. Quote Link to comment Share on other sites More sharing options...
tHud Posted September 27, 2010 Share Posted September 27, 2010 Try specifying a 'width' attribute. Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted September 27, 2010 Share Posted September 27, 2010 I wasn't suggesting that you "rip it out", just that you needed to be aware of it and make sure it wasn't the problem. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.