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 the border. Am I able to shift the background image to start 8px to the right and 8px down?
Share
You can use the background-position:
More on that: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position