Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

padding and margin styles do not work

0 views
Skip to first unread message

Arthur Yousif

unread,
Sep 12, 2001, 2:20:10 PM9/12/01
to
Hi,

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.

Bob Phillips

unread,
Sep 14, 2001, 4:19:38 PM9/14/01
to

Arthur,

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...

0 new messages