Kayla33
06-15-2004, 01:45 AM
ok .. i know i posted this befoer .. but it got deleted and i still really need help with it .. maybe Lissa can help?
how do i make a text block that when i move my mouse over the arrows, it scrolls up on its own? please help me :)
stargrl329
06-15-2004, 01:52 AM
http://dynamicdrive.com/dynamicindex2/pagescroller.htm
Kayla33
06-15-2004, 02:43 AM
i dont understand how to use that website ... the html confuses me .. :):(
Rosey
06-15-2004, 02:51 AM
you don't have to think, just follow the instructions.
paste the code where you want your images.
you want other images, upload yours and change the image names in the code.
<div id="staticbuttons" style="position:absolute;">
<a href="javascript:" onmouseover="myspeed=-thespeed" onmouseout="myspeed=0"><img
src="arrows_up.gif" border="0"></a><br>
<a href="javascript:" onmouseover="myspeed=thespeed" onmouseout="myspeed=0"><img
src="arrows_dn.gif" border="0"></a>
</div>
<script>
...rest of code...
It really doesn't get much simpler than that.