我建立了横向滚动网站。 我确实非常了解贾瓦文,但我下载了这份称为“地平坦图象”的文字,使你能够在不使用滚动条的情况下横向浏览网站。
除文字外,一切都完美地运作,但只有在网页上其他所有东西都填满时,才会装满。 由于我的网站有大量图象,这造成了一种可喜的局面,因为滚动纽子不立即工作。 我对大多数用户的猜测将假定 but子破碎。
在进行了一些研究之后,我发现,在图形之前,没有办法使纽托克装货,因此,我只得躲藏在地纽上,直到该页装满。
The Tiny Scroller script used a document. 登出国的书面通知:
document.writeln( <a href="javascript://" id="left-arrow"></a>
<a href="javascript://" id="right-arrow"></a> );
Using online tutorials, I created two CSS classes: .visible {display:block;}
& .hidden {display:none;}.
I rewrote the document.writeln
command so the buttons were assigned the .hidden
class by default:
document.writeln( <a href="javascript://" id="left-arrow" class="hidden"></a>
<a href="javascript://" id="right-arrow" class="hidden"></a> );
最后,我写了<条码>的有效载荷=,以便下载<条码>。 类别:<代码>。
onload=function() {
document.getElementById( left-arrow ).className= visible ;
document.getElementById( right-arrow ).className= visible ;
}
http://olo.uk.com/sites/all/themes/olotheme/scripts/one-scroller.js'rel=“nofollow noreferer”>
一切工作都属于罚款,但只有该页装满时才会出现纽扣。 HOWEVER, scrolling function don t work any more! 删除<代码>的有效载荷= 这一切都再次奏效(但随后,各纽州在网页上填满了装货)。
是否有任何人怀疑我干什么错?