时间:2021-07-01 10:21:17 帮助过:202人阅读
设置background为center
你试试写两个div层,设置效果图的top,left为动态的,当分辨率小时,利用其中一个层将超出的部分遮罩起来,具体的top,left为多少 个人认为需要你的分辨率范围去计算了
叫老板去死吧。。。
叫老板去死吧。。。 这也太牛了
设置background为center
这样就行了~~background-position: center top
无标题文档
楼上几个办法都不错,作为背景实现,还可以用下面方法实现:
css:
.div{ position:relative; width:1000px;}
.div2{ position:absolute; left:-593px; top:0px;}
html: