B
Bob Altman
Hi all,
I have a table whose style is:
..main_table
{
border: thin solid #000000;
width: 666px;
border-collapse: collapse;
}
This table contains a cell whose style looks like this:
..copyright
{
height: 22px;
font-size: small;
text-align: right;
color: #FFFFFF;
background-color: #000000;
}
Is there any way to have a single CSS style that I can attach to both the
table and the cell to specify the table's border color as well as the cell's
background color? The tricky part (for me) is that I don't know how to
separate the table border color from the other border attributes ("thin" and
"solid").
TIA - Bob
I have a table whose style is:
..main_table
{
border: thin solid #000000;
width: 666px;
border-collapse: collapse;
}
This table contains a cell whose style looks like this:
..copyright
{
height: 22px;
font-size: small;
text-align: right;
color: #FFFFFF;
background-color: #000000;
}
Is there any way to have a single CSS style that I can attach to both the
table and the cell to specify the table's border color as well as the cell's
background color? The tricky part (for me) is that I don't know how to
separate the table border color from the other border attributes ("thin" and
"solid").
TIA - Bob