![]() |
|
| |||||||
| Notices |
| mySQL & PHP Discussions, information and help with mySQL and PHP. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
|
i have a scrolling block in php on my website that is working. it has an up arrow and a down arrow in the block. when you put the mouse on the down arrow, the content changes direction and goes down. when you put the mouse on the up arrow, it will change again and start going up. for the life of me i cannot figure out how to get it to move faster. what i want is to make it go up at a faster rate. so the scrollamount is 2. so when you put your mouse on the up arrow, i want the scroll amount to be 4, but it doesn't work. can anyone help. here is the code. it's very small. PHP Code: |
|
#2
| ||||
| ||||
|
There should be some javascript that goes along with this, that is most likly what will need to be edited in order to increase the scroll rate
__________________ Register/Login Script Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script |
|
#3
| ||||
| ||||
|
Within the code you supplied you need to find where it says the following PHP Code:
__________________ Voda ![]() Want a banner like above? Contact me here with details. |
|
#4
| ||||
| ||||
|
i think you misunderstood my post. i know how to change the speed. what i wanted to do was have it change automatically when you put your mouse over the up arrow. and change again on the down arrow. read my post again and look at the code i posted.
|
|
#5
| ||||
| ||||
|
Sorry my fault, not paying attetion again. too eager to help. lol I think whatdaflip is correct then and you will need some javascript to do this as php can only do one or the other.
__________________ Voda ![]() Want a banner like above? Contact me here with details. |