siemka tu znowu Wasz kochany Alcorek
tym razem z pytaniem dot. javascriptu...
interesuje mnie na stronie menu, ktorego ruch w pionie lub poziomie zalezny jest od ruchu myszki (takie jak np na http://www.mjau-mjau.com/classic.html )
zrobilem se raz wersje troche inna: przezroczyste gify na gorze i na dole - po najechaniu przesuwaja divem, tak jak na ponizszym kodzie (znaleznym w necie), ktory dziala jednak tylko w internet explorerze:
var sRepeat=null;
function doScrollerIE(dir, src, amount) {
if (amount==null) {amount=10}
if (dir=="up") {document.all[src].scrollTop-=amount}
else {document.all[src].scrollTop+=amount}
if (sRepeat==null) {sRepeat = setInterval("doScrollerIE('" + dir + "','" + src + "'," + amount + ")",100)}
return false }
window.document.onmouseout = new Function("clearInterval(sRepeat);sRepeat=null");
window.document.ondragstart = new Function("return false");
function msover()
{event.srcElement.style.color="#000099"; event.srcElement.style.backgroundColor="#3E7ED4"; event.srcElement.style.cursor = "hand";}
function msout(){{
event.srcElement.style.color=""; event.srcElement.style.backgroundColor=""; event.srcElement.style.cursor = "auto";}}
function markover(){{
event.srcElement.style.color="990000"; event.srcElement.style.cursor = "hand";}}
function markout(){{
event.srcElement.style.color="000000"; event.srcElement.style.cursor = "auto";}}
function toggle( targetId ){{
target = document.all( targetId ); if (target.style.display == "none"){target.style.display = "";} else {target.style.display = "none";}}}
a gdzies w BODY:
czy jakas dobra duszyczka moglaby mi pomoc? bo w js jestem kompletna noga i nawet nie wiem czy to ze to nie dziala mi pod opera itp to wina kodu czy czegos innego...
pozdro i z gory thx