Jump to content

strange graphic representation


otuatail

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/214312-strange-graphic-representation/
Share on other sites

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.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.