Log in

View Full Version : Help with script Memory Scroller



gongiboy
08-30-2005, 10:14 AM
Hi all,
i find in dynamicdrive page the script Memory Scroller written by dynamicdrive.
i want make background trasparent because my table have a background image.

Help Me...

Gongiboy

jscheuer1
08-30-2005, 07:54 PM
Hopefully your scroller's text will still be legible over your table's image. It is easy to get the scroller background to be transparent, set it in the configuration:

var memorywidth="300px" //scroller width
var memoryheight="20px" //scroller height
var memorybgcolor="transparent" //scroller background
var memorypadding="2px" //padding applied to the scroller. 0 for non.
var borderCSS="border: 1px solid black;" //Border CSS, applied to scroller to give border.

gongiboy
08-31-2005, 06:56 AM
Good!
i search in the code and i cut the style but is a bad coding...


Thanks lot