Instead of that, use this: http://www.dynamicdrive.com/dynamici...wler/index.htm. To change font, align, and size, in the following code when you call the crawler add the highlighted:
Code:
marqueeInit({
uniqueid: 'mycrawler',
style: {
'padding': '5px',
'width': '450px',
'background': 'lightyellow',
'border': '1px solid #CC3300',
'size': '20pt',
'text-align': 'center',
'font-family': 'arial'
},
inc: 8, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
moveatleast: 4,
neutral: 150,
savedirection: true
});
Please tell me if you do not understand, good luck!
Bookmarks