peppy: frameübergreifendes scrollen

Beitrag lesen

also muss ich jetzt quasi den rechten frame weglassen und dafür zwei layer in einem frame machen, oder wie? ... also das ließe sich machen, aber ich frag halt mal besser nach

du brauchst eigentlich keine frame mehr.
ich hab das (oder ein änliches script) für mein gästebuch benutzt.
die dazugehörige javascript-datei findest du hier :
http://www.walsumer.de/js/scroll.js

einfachhaltshalber nehme ich mal den code aus meiner seite.

<body ONLOAD="eventLoader();">
<div id="bg_ruler" style="position: absolute; top: 13px; left: 182px; width: 8px; height: 258px; z-index: 5999;"></div>
<div id="up" style="position: absolute; top: 5px; left: 182px; width: 8px; height: 8px; z-index: 6001;"><img src="http://www.walsumer.de/pic/oben.gif" border="0" width="8" height="8" alt="up"></div>
<div id="down" style="position: absolute; top: 258px; left: 182px; width: 8px; height: 8px; z-index: 6002;"><img src="http://www.walsumer.de/pic/unten.gif" border="0" width="8" height="8" alt="down"></div>
<div id="drag" style="position: absolute; top: 15px; left: 181px; width: 10px; height: 10px; z-index: 6003;"><img src="http://www.walsumer.de/pic/ball.gif" border="0" width="10" height="10" alt="drag"></div>
<div id="ruler" style="position: absolute; top: 15px; left: 182px; width: 8px; height: 258px; z-index: 6004;"></div>
<span id="contentClip" style="position: absolute; top: 0px; left: 0px; width: 240px; height: 270px; clip:rect(0px,801px,805px,0px); visibility: visible; z-index: 6005; overflow: hidden;">
<span id="content">

.......hier dann dein inhalt.eine tabelle, bild oder sonstwas........

</span>
<body>

du kannst ausserhalb des span-tags noch andere sachen einfügen.

hoffe mal, ich hab in der eile nichts vergessen