Results 1 to 3 of 3

Thread: Help with script Memory Scroller

  1. #1
    Join Date
    Aug 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with script Memory Scroller

    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

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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:
    Code:
    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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Aug 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Good!
    i search in the code and i cut the style but is a bad coding...


    Thanks lot

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •