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

#55913
daGUY
Member

Yeah, it’s a class called "table" that’s applied to the table :lol:

That’s not the problem because the padding takes effect in Firefox, Safari, Chrome, etc…just doesn’t work in IE6 and IE7. Again, the padding on the cell applies (.table tr td) but not the padding on the table itself (.table).

My only thought is to put an (unnecessary) wrapper div around the table and apply the padding to that instead. I’ll try tomorrow.