as you can see there is wierd space in IE but not in firefox... i would like to have it fixed.. but how
PREVIEW
and here is the source
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
	<title>OnMouseOver</title>
</head>
<body>
<table cellpading="0" cellspadding="0" width="140" border="0">
<tr>
<td height="30">
<a href="index.html" 
 * onmouseover="document.home.src='home2.gif'" 
 * onmouseout="document.home.src='home.gif'">
<img src="home.gif" name="home" id="home" border="0" width="140" height="15"></a>

<a href="index.html" 
 * onmouseover="document.news.src='news2.gif'" 
 * onmouseout="document.news.src='news.gif'">
<img src="news.gif" name="news" id="news" border="0" width="140" height="15"></a>
</td>
</table>
</body>
</html>