antonysmith
05-03-2010, 08:21 PM
I am using the "Text and Image Crawler" located here:
http://www.dynamicdrive.com/dynamicindex2/crawler/index.htm
With the "Cool DHTML Tooltip" located here:
http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm
It work perfectly, onload it scroll from right to left and when I mouse over an image, it stop and the tooltip appear, when I mouse out, it scroll again from right to left and everything is perfect.
Now my goal is to add 2 buttons, 1 to the left and 1 to the right and when I mouse over the left one this will speed up (inc: 2), when I mouse out this will speed down to the default (inc: 1). And same thing for the right button.
marqueeInit({
uniqueid: 'mycrawler',
style: {
'padding': '0px',
'width': '990px',
'height': '32px'
},
inc: 1,
mouse: 'pause',
direction: 'left'
});
Thanks in advance and hope you understand what I want to do.
http://www.dynamicdrive.com/dynamicindex2/crawler/index.htm
With the "Cool DHTML Tooltip" located here:
http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm
It work perfectly, onload it scroll from right to left and when I mouse over an image, it stop and the tooltip appear, when I mouse out, it scroll again from right to left and everything is perfect.
Now my goal is to add 2 buttons, 1 to the left and 1 to the right and when I mouse over the left one this will speed up (inc: 2), when I mouse out this will speed down to the default (inc: 1). And same thing for the right button.
marqueeInit({
uniqueid: 'mycrawler',
style: {
'padding': '0px',
'width': '990px',
'height': '32px'
},
inc: 1,
mouse: 'pause',
direction: 'left'
});
Thanks in advance and hope you understand what I want to do.