Felix Riesterer: scrollby im IE

Beitrag lesen

Liebe(r) Julianlalelu,

das script, das du geschrieben hast funktioniert blendend, läuft aber auf das selbe problem hinaus

nicht ganz! ;-)

Probiere in der Frame-Datei folgendes:

<html>  
    <head>  
        <title>Frame</title>  
    </head>  
    <body>  
    <h1>Frame</h1>  
    <p>Links im Frame: <a href="#" onMouseOver="parent.Scroller.start('left')" onMouseOut="parent.Scroller.stop()">&laquo; links</a> | <a href="#" onMouseOver="parent.Scroller.start('right')" onMouseOut="parent.Scroller.stop()">rechts &raquo;</a></p>  
    <table width="900" height="100">  
        <tr>  
            <th bgcolor="#0000ff">Row1</th><th bgcolor="#00ff00">Row2</th><th bgcolor="#ff0000">Row3</th>  
        </tr>  
    </table>  
    </body>  
</html>

Liebe Grüße aus Ellwangen,

Felix Riesterer.