How to shift a background image with css

前端 未结 3 1823
悲哀的现实
悲哀的现实 2020-12-30 19:32

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

3条回答
  •  悲&欢浪女
    2020-12-30 20:26

    you could also use some short hand.
    background:

    for yours i'd be thinking something like:
    background : transparent url() no-repeat 8px 8px scroll;

提交回复
热议问题