整屏翻滚的链接
脚本说明:
第一步:把如下代码加入区域中
var i=0
var i_cell=0
i_bg=0
var linkslist
var bg = new Array('AACC00','77AA00', '557700', '335500', '003300', '000000', '#335500', '557700', '77AA00', 'AACC00', 'CCFF00')
function initObjects() {
if (document.all) {
linkslist = document.all.linkliste.style
linkslist.visibility='VISIBLE'
linkslist.posTop = i
linkslist.posLeft = 3
scrollIE()
}
if (document.layers) {
linkslist = document.linkliste
linkslist.visibility='VISIBLE'
linkslist.top = i
linkslist.left = 3
scrollNN()
}
}
function scrollNN() {
if (i_cell < 100) {
i_cell++
linkslist.top = i--
var timer = setTimeout('scrollNN()',20)
}
else {
clearTimeout('timer')
changebgNN()
}
}
function scrollIE() {
if (i_cell < 100) {
i_cell++
linkslist.posTop = i--
var timer = setTimeout('scrollIE()',20)
}
else {
clearTimeout('timer')
document.bgColor='CCFF00'
changebgIE()
}
}
function changebgNN() {
if (i_bg
document.bgColor=bg[i_bg]
i_bg++
var bgagain = setTimeout('changebgNN()',20)
}
else {
clearTimeout('bgagain')
document.bgColor='CCFF00'
i_bg=0
makepauseNN()
}
}
function changebgIE() {
if (i_bg
document.bgColor=bg[i_bg]
i_bg++
var bgagain = setTimeout('changebgIE()',50)
}
else {
clearTimeout('bgagain')
i_bg=0
makepauseIE()
}
}
function makepauseNN() {
if (i < (-1*1700)) {
i=0
}
i_cell=0
var scrollagain = setTimeout('scrollNN()',3000)
}
function makepauseIE() {
if (i < (-1*1700)) {
i=0
}
i_cell=0
var scrollagain = setTimeout('scrollIE()',3000)
}
.alldiv {
POSITION: absolute; VISIBILITY: hidden
}
第二步:把如下代码加入区域中
href="http://www.netby.net/Nord/Rosinstraede/Rosenlund/"
target=_blank>DHTML and javascript, games and
gimicsA collection of a few of my own javascripted
games and gimics and some links to other sites. Some remarkable scripts.
Rating: ** color=#999999>***
href="http://skandal.homepage.com/" target=_blank> size=1>Skandal's Digital art and graffiti
(DHTML)site with lots of images made with adobe
photoshop. Slow loading. Nice effects.Rating: color=#ff0000>*****
href="http://www2.mozcom.com/~halos/" target=_blank> size=1>Emmanuel Halos Web StudioFirst-rate
JavaScripts from the Philippines. You will be enthusiastic about the
elegance and power of the samples.Rating: color=#ff0000>*****
href="http://www.geocities.com/~lef" target=_blank>Scripts
by Lefteris HaritouLefteris Haritou is a very creative
JavaScript writer. Why? Check it out! A perfect starting point for
beginners. Rating: **** color=#999999>*
href="http://home.thezone.net/~rbennett/utility/javahead.htm"
target=_blank>Racoon's JavaScript
SiteFeel the spirit and the humour of a great
script-programmer. Lots of inspiration.Rating: color=#ff0000>*****
href="http://goepfert.hypermart.net/" target=_blank>Free
WebResourcesContains all kinds of free resources for
webmasters: JavaScript, HTML, DHTML, CGI, Java, Graphics. Useful site
checkers.Rating: *** color=#999999>**
target=_blank>Igor netNo doubt IGOR is
one of the great javascript-masters of the universe. His games are superb.
High-End-Scripting at it's best.Rating: color=#ff0000>*****
href="http://www.alienalchemy.com/" target=_blank>Alien
Alchemy12 free cut &pastejavascripts made by
designers who know that form follows function.Rating: color=#ff0000>*****
href="http://home.netvigator.com/~mkpunnl" target=_blank> size=1>Leo Pun's homepageOpen your eyes and you will
find quite a few precious javacripts.Rating: color=#ff0000>*****
href="http://www.geocities.com/SiliconValley/Way/1265/"
target=_blank>Surfin' the web with Willem
JonkmanGreat samples of javascript, HTML, sounds, fonts
mixed with lots of fun.Rating: *** color=#999999>**
href="http://www.geocities.com/SiliconValley/Lakes/8620"
target=_blank>Virtual_Max'sOne of the
most popular sites at GeoCities: applets, scripts, crazy stuff. As funny
as a web bazar can be.Rating: *** color=#999999>**
target=_blank>Reallybig.comUnited Power
of Web Builders! More than 3000 resources for web builders including free
clipart, CGI, counters, fonts, html, java, animation, backgrounds and much
more.Rating: *** color=#999999>**
href="http://stars.bilkent.edu.tr/Authoring/DHTML/Resources.html"
target=_blank>Dynamic HTML Tools and
ResourcesThe web developer's virtual library: DHTML,
CSS, JavaScript, CGI, Perl, GraphicsRating: color=#ff0000>*****
href="http://www.javascripts.com/" target=_blank> size=1>Javascripts.comMore than 2000 scripts. Each
script has been written or uploaded by a member of this site. Many have
been written by JavaScript professionals.Rating: color=#ff0000>*****
href="http://www.coolfreebies.com/" target=_blank>Cool
free stuffScreensavers, various freebies, free
software, free sound tools, free graphics, free midis, free image viewers,
free prizes, chat freebies, FTP freebies, free fun stuff, free webmasters
tools, free graphics.Rating: *** color=#999999>**
href="http://javascript.internet.com/" target=_blank>The
JavaScript SourceCollection of hundreds of free
JavaScripts that are available to you for use on your web pageRating:
**** color=#999999>*
href="http://www.dynamicdrive.com/" target=_blank>Free,
original DHTML-scriptsA premier place on the net to
obtain free, original DHTML scripts and components to enhance your web
site!Rating: *** color=#999999>**
第三步:把区域改为