Scroll siden med musen

 

Putt scriptet mellom HEAD-taggene:

<script type="text/javascript">
<!-- Begin
document.onmousedown = function(){
var e=arguments[0]||event;
var x=document.body.scrollLeft+e.clientX;
var y=document.body.scrollTop+e.clientY;
document.onmousemove=function(){
scrollTo(x-e.clientX, y-e.clientY);
return false;
}
document.onmouseup=function(){
document.onmousemove=null;
}
return false;
}
// End --> </script>

 

(Du må jo ha så mye innhold at det går mer enn siden ned....)

 

I BODY-taggen putter du:
style="cursor: move"
=
<BODY style="cursor: move">

 

Free JavaScripts provided
by Infolinx-no.com

Free JavaScripts provided
by Infolinx-no.com

Free JavaScripts provided
by Infolinx-no.com