Because there are too many pictures, I can’t process them one by one, because the pictures are a bit large and will affect the layout when placed on the web page. I want to hide the 200px position on the left side of the picture. Can I do it? Thank you
1. Change to background:url(xxxx) -200px
2. Parent relative positioning, img absolute positioning, left=-200px
Please refer to
http://www.w3school.com.cn/css/pr_pos_clip.asp