hi
i got a page that works in firefox but not IE. the links at the top right aren't on the same height as the ":". how can i get them their?
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<link href="main.css" rel="stylesheet" type="text/css" />
<title>Log In: editRegistration</title>
<meta name="generator" content="TYPO3 4.0 CMS" />
</head>
<body>
<table cellspacing="0" cellpadding="0" class="tblMain">
<tr class="gSpace5"><td colspan="3"></td></tr>
<tr class="green">
<td colspan="2" class="headerLinks"><a href="index.php?id=25&L=">Help</a> :: <a href="index.php?id=2&reset=1&L=">Home</a> :: <a href="index.php?id=29&reset=1&L=">newsPool</a></td>
<td></td>
</tr>
<tr>
<td class="qorner"><!--###qorner### begin --><img src="g_ecke_ul_g.gif" alt="qornerPic" /><!--###qorner### end --></td>
<td class="green" align="left" id="logo"><!--###logo### begin --><A href="http://localhost/testTypo?id=2"><img src="logoSmall.gif" alt="logo" border="0" /></A><!--###logo### end --></td>
<td class="qorner"><!--###qorner### begin --><img src="g_ecke_ur_g.gif" alt="qornerPic" /><!--###qorner### end --></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" class="tblMain">
<tr>
<td width="30"><img src="w_ecke_ol.gif" alt="qornerPic" /></td>
<td class="white"><!--###white### begin --> <!--###white### end --></td>
<td width="30"><img src="w_ecke_or.gif" alt="qornerPic" /></td>
</tr>
<tr class="white">
<td> </td>
<td><table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="left"><img src="images/ad.gif" class="banner" border="1" alt="ad" /></td>
<td align="center"><img src="images/ad.gif" class="banner" border="1" alt="ad" /></td>
<td align="right"><img src="images/ad.gif" class="banner" border="1" alt="ad" /></td>
</tr>
</table>
</td>
<td> </td>
</tr>
</table>
</body></html>
css:
body,td,input,textarea {
font-family:Arial,sans-serif;
font-size: 11px;
}
body {
background-color: #ccc;
text-align:center;
width:100%;
height: 100%;
margin: 0 0 1px 0;
padding: 0;
}
td img {
display: block;
}
p {
text-align:center;
}
h2 {
font-size:16px;
display:inline;
}
a,.tags,a.uLine,.link {
font-size: 11px;
color:#99cc33;
text-decoration: none;
display:inline;
}
.link,.newsTitleEdit,.newsTxtEdit,#edit {
cursor:pointer;
}
a:hover,a.uLine,a.link:hover {
text-decoration: underline;
}
.green,.gSpace5,a.btn,a.btnMargin,a.btnBig,.commentTitle,#flickrAk,.paging,.tx-srfeuserregister-pi1-submit {
background-color: #97b83d;
}
.white,.wSpace1,.wSpace5,.wSpace10 {
background-color: #fff;
}
.qorner {
vertical-align: bottom;
width: 30px;
}
.headerLinks,.headerLinks a,.navBar,.navBar a {
font-size:12px;
text-align:right;
font-weight:bold;
color: #fff;
height:25px;
text-decoration:none;
}
.headerLinks a,.navBar a {
vertical-align:middle;
}
.headerLinks a:hover,.navBar a:hover {
text-decoration:underline;
}
.tblMain {
width: 890px;
text-align:center;
margin-left:auto;
margin-right:auto;
}