jerry2
10-25-2006, 12:48 AM
Hi there
I am making a table setup with CSS... In Opera and FF there is no line height between table rows, but in IE there is a much more space between rows, althoug I have set up
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, tr, td, fieldset {
margin: 0;
padding: 0;
border: 0;
}
at the beggining of my css.
IE is obviously wrong. How can I fix that, is this a known bug?
Jerry
I am making a table setup with CSS... In Opera and FF there is no line height between table rows, but in IE there is a much more space between rows, althoug I have set up
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, tr, td, fieldset {
margin: 0;
padding: 0;
border: 0;
}
at the beggining of my css.
IE is obviously wrong. How can I fix that, is this a known bug?
Jerry