The row and each of the columns are defined as being 3 pixels high. It displays just fine in Chrome and Netscape. But in Internet Explorer the row ends up being about 18 pixels high. It's almost like what you see when there's a non-breaking space in the row, but there isn't any.
Any suggestions as to what I need to do to make it really, truly be just 3 pixels high, even for Internet Explorer?
Ah, I see why it's working for me ... I use a CSS reset :)
table,tbody, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
So, are you saying that when you do NOT do that CSS reset you're seeing the same odd symptoms tat I'm seeing, i.e. the row is taller than it should be?
I've never used CSS. Can you tell me what I need to do to tell my page to do that reset?
if you place this image as a background on it's container it will auto grow to fill it... furthermore you do not need to place 'px' in image dimension fields.
Bookmarks