如何设置用JS实现的幻灯片自动切换效果的宽高?
发布网友
发布时间:2022-04-06 12:11
我来回答
共1个回答
热心网友
时间:2022-04-06 13:41
你把:
#con_tophome_1{ width:100%; height:450px; background-image:url(img/shou1.jpg); background-repeat:no-repeat; background-position:center top; cursor:pointer}
#con_tophome_2{ width:100%; height:450px; background-image:url(img/shou2.jpg); background-repeat:no-repeat; background-position:center top; cursor:pointer}
#con_tophome_3{ width:100%; height:450px; background-image:url(img/shou3.jpg); background-repeat:no-repeat; background-position:center top; cursor:pointer}
中的width:100%; height:450px;都改成width:500; height:200px; 试试看呀。
它的宽度和高度应该是这样改的。