Test
type="text/javascript"> /*********************************************** * Scrollable Menu Links- Dynamic Drive DHTML code library (www.dynamicdrive.com) * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts * This notice must stay intact for legal use ***********************************************/ var goleftimage=′URL′ // Linkes Bild var gorightimage=′URL′ // Rechtes Bild var menuwidth=300 // Breite anpassen var menuheight=25 // Höhe anpassen var scrolldir="normal" var scrollspeed=6 // Geschwindigkeit var menucontents=′
Text | Text | Text | Text | Text | Text | Text | Text | Text | Text | Text′ // Ab hier wird nichts geändert!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! var iedom=document.all||document.getElementById var leftdircode=′onMouseover="moveleft()" onMouseout="clearTimeout(lefttime)"′ var rightdircode=′onMouseover="moveright()" onMouseout="clearTimeout(righttime)"′ if (scrolldir=="reverse"){ var tempswap=leftdircode leftdircode=rightdircode rightdircode=tempswap } if (iedom) document.write(′
′+menucontents+′′) var actualwidth=′′ var cross_scroll, ns_scroll var loadedyes=0 function fillup(){ if (iedom){ cross_scroll=document.getElementById? document.getElementById("test2") : document.all.test2 cross_scroll.innerHTML=menucontents actualwidth=document.all? cross_scroll.offsetWidth : document.getElementById("temp").offsetWidth } else if (document.layers){ ns_scroll=document.ns_scrollmenu.document.ns_scrollmenu2 ns_scroll.document.write(menucontents) ns_scroll.document.close() actualwidth=ns_scroll.document.width } loadedyes=1 } window.onload=fillup function moveleft(){ if (loadedyes){ if (iedom&&parseInt(cross_scroll.style.left)>(menuwidth-actualwidth)){ cross_scroll.style.left=parseInt(cross_scroll.style.left)-scrollspeed+"px" } else if (document.layers&&ns_scroll.left>(menuwidth-actualwidth)) ns_scroll.left-=scrollspeed } lefttime=setTimeout("moveleft()",50) } function moveright(){ if (loadedyes){ if (iedom&&parseInt(cross_scroll.style.left)<0) cross_scroll.style.left=parseInt(cross_scroll.style.left)+scrollspeed+"px" else if (document.layers&&ns_scroll.left<0) ns_scroll.left+=scrollspeed } righttime=setTimeout("moveright()",50) } if (iedom||document.layers){ with (document){ write(′
′) write(′
|
′) write(′
′) if (iedom){ write(′
′) } else if (document.layers){ write(′′) write(′′) } write(′ |
′) write(′
′) write(′′) write(′ |
′) } }