Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS No padding on a table in IE Re: No padding on a table in IE

#56809
apostrophec
Participant

You are the Man for looking into this for me..

Not sure what the string does, but i can try that.. can you tell me how that works?

I just pulled it up in ie7.. on a different computer that has not yet loaded the page and i’m not seeing the padding. look at the tables with the background color of yellow and blue.

Every table has a class of .whatyougetTables here is the rule:

.whatyougetTables {
width:600px;
margin-left:auto;
margin-right:auto;
border: 3px dashed #111111;
padding: 1px 10px 1px 10px;
background-color:#FFFFCC;
text-align:left;

}

FF pics up the padding within the table just perfectly but in IE all the text is smack to the left of the table with no spacing/padding..

any suggestions?