|
|
#1 (permalink) |
|
New Member
![]() Join Date: Jul 2007
Posts: 1
|
Hi,
I'm new with style sheets and I have a page which in firefox the table columns (border="2") are coming out black. I'm using the border color parameters like border-top-color etc but they only control the color around the table not the color around the column cell. Also the color is not black. Are there other parameter to contol this. Thanks David J. |
|
|
|
|
|
#2 (permalink) |
|
New Member
![]() Join Date: Aug 2007
Posts: 1
|
Try this:
On your css file: Code:
.mytable {
border: 1px solid #336699;
}
.mytable td{
border: 1px solid #336699;
}
HTML Code:
<table class="mytable"> <tr> <td>Hello world</td> </tr> </table>
__________________
Web Design Affordable Web Design Services E-commerce Web Design Web Design Services |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|