How to shift a background image with css -
I wanted to put a border around a table in which the background image is bound to work fine, but when I do this Am (this is an 8px limit) Background image is cut from the boundary Can I be able to start background image from 8px to right and 8px down?
You can use background-position:
background- Status: 8px 8px;
Comments
Post a Comment