Go Back   SitePoint Forums > Forum Index > Design Your Site > Web Page Design > CSS
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old Dec 12, 2005, 07:27   #1
obrienkev
SitePoint Wizard
 
Join Date: Apr 2004
Location: dublin
Posts: 2,044
Main Col Slips Below Left Col + IE6

Hi all,

On my webpage in IE6 the table sinks in line with the bottom of the left column div.

In FF the table sits fine.

Why is this?

Thanks.

Code:
 #content {
 			margin: 10px 10px 20px 22%;
 }
 
 /* mac hide \*/
 * html #content, * html #content p {height:1%}
 /* end hide*/
 
 #leftcol {
 					float: left;
 					width: 20%;
 					margin: 10px 0 10px 0;
 					border-right: 1px solid #ccc;
 }
 
 #excel table {
 			 border: #A3A3A3 solid 1px;
 }
 #excel td {
 	font-family: arial, geneva, sans-serif;
 		background: #f3f5fc;
 		border: #ccc 1px;
 		padding: 0px;
 		margin: 3px;
 		font-size: .7em;
 }
HTML:
Code:
 <div id="leftcol">
 
 </div>
 
 <div id="content">
 
 <div id="excel">
 <table><tr><th class="tbl_head">Corporates</th></tr>
 <tr><td>SECURITY ID</td><td>EX DATE</td></tr>
 </table>
 </div>
 
 </div> <!--  end content div  -->
obrienkev is offline   Reply With Quote
 

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 00:18.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved