View Single Post
  #1 (permalink)  
Old 07-22-2008, 06:01 PM
salomon741 salomon741 is offline
WebProWorld Pro
 
Join Date: Jul 2004
Location: Reno, NV and Vancouver, BC
Posts: 105
salomon741 RepRank 0
Talking IE 100% height hack

Hi everyone,

I am currently designing a template for a customer care site for a networking company, and I am making the height of the surrounding table 100%. Unfortunately, when IE renders, it keeps adding margins to each table cell gah! I wish I could throw out support, but I need this to work on the majority of browsers. Thanks everyone who can help.

The link to the page is Unimaxx Customer Care

the CSS code I am using is:

html, body, #wrapper {
height:100%;
margin:0;
padding:0;
border:none;
}
Reply With Quote