Forum Moderators: open

Message Too Old, No Replies

Top alignment issues in IE6

         

godmode

5:34 pm on Oct 29, 2009 (gmt 0)

10+ Year Member



I'm trying to get this table to be aligned to the top, but it works in everything except for IE6.

<div id="sidebar">
<table width="80%" border="1" cellspacing="0" cellpadding="1" style="font-family:Arial, Helvetica, sans-serif; font-size:12px;">
<tr>
<td background="images/tablehead.png" style="background-repeat: repeat-x;"><strong>We're here to help</strong></td>
</tr>
<tr>
<td>Easy ways to get the answers you need.<br /><a href="mailto:example@example.com">Email Us</a></td>
</tr>
</table>
</div>

#sidebar {position:relative;float:right; width:30%; vertical-align:top;}

Also I have one page that simply refuses to load anything but the header image and menu....but i know i cant link it here so i dont really know how to explain it...

[edited by: tedster at 10:09 pm (utc) on Oct. 29, 2009]
[edit reason] link removed, see TOS #13 [/edit]

tutton

2:34 am on Oct 30, 2009 (gmt 0)

10+ Year Member



<HTML>
<HEAD>
<TITLE>Untitled-1</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<div id="sidebar">
<table width="80%" border="1" cellspacing="0" cellpadding="1" style="font-family:Arial, Helvetica, sans-serif; font-size:12px;">
<tr>
<td background="images/tablehead.png" style="background-repeat: repeat-x;"><strong>We're here to help</strong></td>
</tr>
<tr>
<td>Easy ways to get the answers you need.<br />
<a href="mailto:example@example.com">Email Us</a></td>
</tr>
</table>
</div>
</BODY>
</HTML>