DW中怎样把背景图顶端居中

2025-01-06 11:08:55
推荐回答(3个)
回答1:

background-position:center;
改为:background-position:top center;

若不明白,楼主请参考

背景定位,这裏有很详尽的解说:
http://www.w3school.com.cn/css/css_background.asp

回答2:

background-position:center;

改为

background-position: center top;

回答3:

background-position:center;

改为

background-position: top center;