I wanted to put a border around a table which has a background image. The border works fine, but when I do this (it is an 8px border) the background image gets cut off by th
you could also use some short hand. background:
background:
for yours i'd be thinking something like: background : transparent url() no-repeat 8px 8px scroll;
background : transparent url() no-repeat 8px 8px scroll;