Add border to table header cell
-
Hi
I have created a table which have a first row with a title in it. I want to have the row to have a bottom-border of 1 px with a color #000 can you tell me how I can do this.
I did this :
.row-2 even
{
border-bottom: 1px #000 !important;
border-style: solid !important;
}Nothing changes ??
Can you help me to solve this?
Is it also possible to not change the background color on hover?
With regards
michel
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Add border to table header cell’ is closed to new replies.