daniel981
11-30-2006, 05:07 PM
Hey there everyone...
Ive been racking my brain on this for a few days now and I need to ask you experts!
This table looks and acts perfect in FireFox, but the top bar is all messed up in Internet Explorer.
See it live here (http://www.thedistinct.com/table/).
In FireFox -
http://www.thedistinct.com/table/table_ff.gif
In IE -
http://www.thedistinct.com/table/table_ie.gif
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Damn Table Issue</title>
<style>
.msgBoxOuter {
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #BFB8BF;
border-bottom-color: #BFB8BF;
border-left-color: #BFB8BF;
}
</style>
</head>
<body>
<table width="50%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="5px" height="26"><img src="images/MenuTopLeft.gif" /></td>
<td background="images/MenuTopCenter.gif"> Announcements</td>
<td width="5px"><img src="images/MenuTopRight.gif" width="6" height="26" /></td>
</tr>
<tr>
<td colspan="3" bgcolor="#FFFFEA" class="msgBoxOuter">
<p><a href="1.html" target="_blank"> This is announcement No. 1</a></p>
<p><a href="2.html" target="_blank"> This is announcement No. 2</a></p>
<p><a href="3.html" target="_blank"> This is announcement No. 3</a> </p>
<p><a href="4.html" target="_blank"> This is announcement No. 4</a></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Any ideas? :confused:
Thank you very much for looking at this.
If you need the images and the html, I've zipped it up into this (http://www.thedistinct.com/table/table.zip) file.
Ive been racking my brain on this for a few days now and I need to ask you experts!
This table looks and acts perfect in FireFox, but the top bar is all messed up in Internet Explorer.
See it live here (http://www.thedistinct.com/table/).
In FireFox -
http://www.thedistinct.com/table/table_ff.gif
In IE -
http://www.thedistinct.com/table/table_ie.gif
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Damn Table Issue</title>
<style>
.msgBoxOuter {
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #BFB8BF;
border-bottom-color: #BFB8BF;
border-left-color: #BFB8BF;
}
</style>
</head>
<body>
<table width="50%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="5px" height="26"><img src="images/MenuTopLeft.gif" /></td>
<td background="images/MenuTopCenter.gif"> Announcements</td>
<td width="5px"><img src="images/MenuTopRight.gif" width="6" height="26" /></td>
</tr>
<tr>
<td colspan="3" bgcolor="#FFFFEA" class="msgBoxOuter">
<p><a href="1.html" target="_blank"> This is announcement No. 1</a></p>
<p><a href="2.html" target="_blank"> This is announcement No. 2</a></p>
<p><a href="3.html" target="_blank"> This is announcement No. 3</a> </p>
<p><a href="4.html" target="_blank"> This is announcement No. 4</a></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Any ideas? :confused:
Thank you very much for looking at this.
If you need the images and the html, I've zipped it up into this (http://www.thedistinct.com/table/table.zip) file.