Forum Moderators: not2easy

Message Too Old, No Replies

IE7 Not showing CSS padding

         

BlackRaven

12:39 am on May 13, 2008 (gmt 0)

10+ Year Member



I have the following that works fine for firefox however IE7 does not show the table padding, any help appreciated

<table class="formtable" cellpadding="0" cellspacing="0">

.formtable {
margin-left: auto;
margin-right: auto;
border: 1px solid #B0A06A;
background:#F1F1E7;
padding:15px;
}

dreamcatcher

10:10 am on May 13, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



IE doesn`t support table padding. You need to apply the pad to the table data cell instead.

dc