in the following style sheet entry:
.tSummary
{
width: 75%;
BORDER-RIGHT: gray 1px solid;
BORDER-TOP: gray 1px solid;
BORDER-LEFT: gray 1px solid;
BORDER-BOTTOM: gray 1px solid;
PADDING-LEFT: 5px;
PADDING-RIGHT: 5px;
PADDING-TOP: 5px;
PADDING-BOTTOM: 5px;}
None of the padding entries work when used with a table as
follows:
<table class="tSummary">
<tr><td>This is a test</td></tr></table>
This works fine in Navigator 6.1. I'm using IE 5.50.4522.1800, 128-bit,
SP1; Q299618.This also doesn't work in IE6.I have the same problem with
margins on a table inserted within another table. The margin-left works
fine, but not margin-right. Again, this behavior works fine in Navigator 6.
Does MS have a place to submit bugs like this? Thanks.
--
Arthur Yousif
PRISM Group, Inc.
I found this myself recently, and according to MSN, padding applies to
table, but padding-left etc only applies to TD
Regards
Bob
Arthur Yousif <arthur...@verizon.net> wrote in message
news:eOdsOe7OBHA.1528@tkmsftngp04...