HElp on scrollbars

Hi im currently trying out a scrollbar on this website..<br />
<br />
<!-- m --><a class="postlink" href="http://explicit.host.sk/">http://explicit.host.sk/</a><!-- m --><br />
<br />
theres a phone in a center..<br />
i wish to put some small contents(link by?) in the nokia phone screen and scroll it by using left and right.<br />
<br />
i was thinking of using the nokia default left and right buttons in the image to do so..(left and right scrolling)..<br />
<br />
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.<br />
<br />
<br />
how can it be done???<!--content-->This can be easily modified to do so, by using the x values, rather than the y values: <!-- m --><a class="postlink" href="http://www.infinitypages.com/research/iframecustomscroller.htm">http://www.infinitypages.com/research/i ... roller.htm</a><!-- m --><!--content-->couple of things need to be done.<br />
<br />
1. Learn image mapping.<br />
2. Then you cna find scrolling code on the internet to integrate with that<!--content-->Originally posted by Khalid Ali <br />
couple of things need to be done.<br />
<br />
1. Learn image mapping.<br />
2. Then you cna find scrolling code on the internet to integrate with that <br />
umm sorry, what is a image mapping?<!--content-->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).<br />
<br />
do a google search for <br />
"image mapping tutorials"<!--content-->http://explicit.host.sk/<br />
<br />
thanks for everytnig<br />
i got the scrolling to work already.<br />
thank you so much.<br />
<br />
<br />
:)<!--content-->Glad it's working for you... :)<!--content-->
 
Back
Top