loe
19.05.2001, 03:02
I seem to have a problem with the scroll text script. I have it working fine when I set the style type as:
<style type="text/css">
#divUp{position:absolute; left:610; top:10}
#divDown{position:absolute; left:610; top:255}
#divCont{position:absolute; width:550; height:250; overflow:hidden; top:20; left:30; clip:rect(0,550,250,0); visibility:hidden}
#divText{position:absolute; top:0; left:0}
</style>
But I seem to have a problem when I set it to:
<style type="text/css">
#divUp{position:absolute; left:448; top:10}
#divDown{position:absolute; left:448; top:255}
#divCont{position:absolute; width:443; height:250; overflow:hidden; top:20; left:20; clip:rect(0,443,250,0); visibility:hidden}
#divText{position:absolute; top:0; left:0}
</style>
The problem is, is the scroll down button doesn't work.. when I put the mouse cursor over it, it doesn't change to a little hand (a link). But the scroll up button does. Can anyone offer some help??
Thanks!!
<style type="text/css">
#divUp{position:absolute; left:610; top:10}
#divDown{position:absolute; left:610; top:255}
#divCont{position:absolute; width:550; height:250; overflow:hidden; top:20; left:30; clip:rect(0,550,250,0); visibility:hidden}
#divText{position:absolute; top:0; left:0}
</style>
But I seem to have a problem when I set it to:
<style type="text/css">
#divUp{position:absolute; left:448; top:10}
#divDown{position:absolute; left:448; top:255}
#divCont{position:absolute; width:443; height:250; overflow:hidden; top:20; left:20; clip:rect(0,443,250,0); visibility:hidden}
#divText{position:absolute; top:0; left:0}
</style>
The problem is, is the scroll down button doesn't work.. when I put the mouse cursor over it, it doesn't change to a little hand (a link). But the scroll up button does. Can anyone offer some help??
Thanks!!