If you're still keeping the gray color, here is a list of them:
#999999;
#888888;
#777777;
#666666;
#555555;
#444444;
#333333;
#222222;
#111111;
or you can go to this link: http://tools.dynamicdrive.com/gradient/
...and mess about with the colors and save the gradient image. After that, you can make the width and height thinner to suit your needs. And for the CSS part of it:
Code:
.header {
backgroud-image:url('link to image');
background-repeat:repeat-x;
}
Then place this in the table header:
Hope this helps.
Bookmarks