Click to See Complete Forum and Search --> : HElp on scrollbars


byon
09-25-2003, 08:43 AM
Hi im currently trying out a scrollbar on this website..

http://explicit.host.sk/

theres a phone in a center..
i wish to put some small contents(link by?) in the nokia phone screen and scroll it by using left and right.

i was thinking of using the nokia default left and right buttons in the image to do so..(left and right scrolling)..

so when my mouse goes over the left button, the content automatically scrolls to the left.. when it highlights over the right button, it scrolls to the right automatically.


how can it be done???

pyro
09-25-2003, 08:45 AM
This can be easily modified to do so, by using the x values, rather than the y values: http://www.infinitypages.com/research/iframecustomscroller.htm

Khalid Ali
09-25-2003, 08:45 AM
couple of things need to be done.

1. Learn image mapping.
2. Then you cna find scrolling code on the internet to integrate with that

byon
09-25-2003, 08:49 AM
Originally posted by Khalid Ali
couple of things need to be done.

1. Learn image mapping.
2. Then you cna find scrolling code on the internet to integrate with that
umm sorry, what is a image mapping?

Khalid Ali
09-25-2003, 09:09 AM
in image mapping you make part of an image reactive to some events( such as in this case cell phones scroll button react to onmouseover event).

do a google search for
"image mapping tutorials"

byon
09-25-2003, 09:15 AM
http://explicit.host.sk/

thanks for everytnig
i got the scrolling to work already.
thank you so much.


:)

pyro
09-25-2003, 10:26 AM
Glad it's working for you... :)