Hi
I dont understand why this page moves up a couple of pixel when I click on the link. It seems ok in mozilla but not ie .... any help would be appreciated.
Thank you.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body{
margin:0;
margin-top:20px;
margin-bottom:20px;
padding:0;
font-size:11px;
}
</style>
<title>Untitled Document</title>
</head>
<body>
<div id="main">
<table align="center" width="800" height="600" cellpadding="0" cellspacing="0" border="0">
<tr height="160" valign="top">
<td background="images/logo_bto.gif" width="560" height="160" align="left" valign="bottom"><a href="#">Contact Us</a></td>
<td><img src="images/header_img.jpg" width="240" height="160" /></td>
</tr>
<tr bgcolor="#993300" valign="top">
<td height="540">
</td>
<td>
</td>
</tr>
</table>
</div>
</body>
</html>
I dont understand why this page moves up a couple of pixel when I click on the link. It seems ok in mozilla but not ie .... any help would be appreciated.
Thank you.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body{
margin:0;
margin-top:20px;
margin-bottom:20px;
padding:0;
font-size:11px;
}
</style>
<title>Untitled Document</title>
</head>
<body>
<div id="main">
<table align="center" width="800" height="600" cellpadding="0" cellspacing="0" border="0">
<tr height="160" valign="top">
<td background="images/logo_bto.gif" width="560" height="160" align="left" valign="bottom"><a href="#">Contact Us</a></td>
<td><img src="images/header_img.jpg" width="240" height="160" /></td>
</tr>
<tr bgcolor="#993300" valign="top">
<td height="540">
</td>
<td>
</td>
</tr>
</table>
</div>
</body>
</html>