gpt4 book ai didi

javascript - 更改滚动间隔/单位/像素

转载 作者:行者123 更新时间:2023-11-28 02:55:32 28 4
gpt4 key购买 nike

有没有办法用php代码更改每个滚动条的大小。
说明:当我向下滚动时,它会下降x(50~)像素,我想将x改为20。
编辑:这是我的代码。。。

<html>
<head><link rel="icon" href="Images/Excel.png"><title>Excel</title></head>
<body bgcolor="9EB6CE" style="margin:0;width:3354"><?php
print"<input src='Images\\0.png' type='image'>";
$i=1;
while($i<=26){
print"<input src='Images\\".chr(64+$i).".png' type='image'>";
$i++;
}
$i=1;
while($i<=26){
print"<input src='Images\\A".chr(64+$i).".png' type='image'>";
$i++;
}
$i=1;
$j=1;
while($i<=100){
print "<input src='Images\\".$i.".png' type='image'>";
while($j<=52){
print"<input src='Images\\Cell.png' type='image'>";
$j++;
}
$j=1;
$i++;
}
?></body>
</html>

最佳答案

不在php中,因为是服务器端。但是在javascript中有一个解决方案:
How to specify how many pixels scroll moves on each step?

关于javascript - 更改滚动间隔/单位/像素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37257497/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com