Forum Moderators: not2easy
I just put together a nice table of tabular data and realized that IE does not respect the padding or margin on the <caption> tag. Making the caption flushed against the header rows.
Can I use padding or margin with the caption tag on a table?
Both Opera and Mozilla rendered the code correctly, but IE didn't so I wasn't sure. Is this an IE quirk and does anyone know of a workaround?
Actual code:
.classname caption {width: 560px;margin: 5px auto 10px auto;text-align:left;}