<DIV id=icon0 style="LEFT: 335px; POSITION: absolute; TOP: 225px"><A href="http://www.geschenk-stube.de/" target=_blank>Geschenkstube</DIV> <DIV id=icon1 style="LEFT: 335px; POSITION: absolute; TOP: 225px"><A href="http://www.tratsch-ecke.de/" target=_blank>Tratsch-Ecke</DIV> <DIV id=icon2 style="LEFT: 335px; POSITION: absolute; TOP: 225px"><A href="http://137492.homepagemodules.de/" target=_blank>Die ONLINE Hilfe</DIV> <DIV id=icon3 style="LEFT: 335px; POSITION: absolute; TOP: 225px"><A href="http://www.freizeit-stuebchen.de/" target=_blank>Freizeit-Stübchen</DIV> <SCRIPT language=Javascript> <!-- var zx,zy; var mittex = 150; var mittey = 100; var radius = 100; var speed = -0.010; // + oder - für richtung alpha = new Array(0,1.6,3.2,4.8);
function pol_zu_kart(mx,my,radius,alp) { zx = mx + (radius * Math.sin(alp)); zy = my + (radius * Math.cos(alp)); }
function weiterdrehen() { for (i=0; i<=3; i++) { alpha+=speed; if (speed>0) { if(alpha[i]>6.28) alpha[i]-=6.28; } else { if(alpha[i]<0) alpha[i]+=6.28; } pol_zu_kart(mittex,mittey,radius,alpha[i]); if(document.layers) { switch(i) { case 0: document.icon0.top=zy; document.icon0.left=zx; break; case 1: document.icon1.top=zy; document.icon1.left=zx; break; case 2: document.icon2.top=zy; document.icon2.left=zx; break; case 3: document.icon3.top=zy; document.icon3.left=zx; break; } } else { switch(i) { case 0: document.all.icon0.style.top=zy; document.all.icon0.style.left=zx; break; case 1: document.all.icon1.style.top=zy; document.all.icon1.style.left=zx; break; case 2: document.all.icon2.style.top=zy; document.all.icon2.style.left=zx; break; case 3: document.all.icon3.style.top=zy; document.all.icon3.style.left=zx; break; } } } }
status = window.setInterval("weiterdrehen()",10); //--> </SCRIPT>
Die Links und deren Beschreibung können ganz oben im Code angepasst werden. Ein kleines Negativum: Egal wo ich diesen Script eingebaut habe,er erscheint grunsaätzlich "oben,links"! Sobald ich hierfür eine andere adäquate Lösung parat habe,werde ich sie hier umgehend mitteilen! Herzlichen Dank an "jxwelt"!