Background Padding not working
Hello,
I am applying a background to my table header.
I want the background to be applied to each table cell but having a
padding of 1px.
So, in each header cell the background will have a white line around
it not touching the border.
How can I do this?
I have the following but it is not working:
..Grid thead th
{
background: url(Images/GridHeaderBackground.jpg) repeat-x;
padding: 4px;
text-align: left;
}
Thank You,
Miguel
|