Results 1 to 3 of 3

Thread: Can I add a picture to scrolling message bar?

  1. #1
    Join Date
    Apr 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can I add a picture to scrolling message bar?

    Here's the script I was talking about:

    Pausing up-down message scroller
    http://www.dynamicdrive.com/dynamicindex2/crosstick.htm

    I was trying to add a picture that would scroll as well under one of the messages, (just using an img src tag) but no luck. Is it even possible?

    Thanks for any help!

  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

    Not only possible but, you were thinking right, you just executed your idea incorrectly. You can add an image tag like:
    Code:
    messages[0]="<img src='thumb2/photo7.jpg' width='149' height='255' border=0>"
    Just make sure you substitute single quotes (') for double quotes (") in the tag. Also the:
    Code:
    var scrollerheight='255px'
    must be set to at least the height of the image, similarly 'scrollerwidth' must be at least as wide as the image.
    - John
    ________________________

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

  3. #3
    Join Date
    Apr 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ahh! I'm thrilled! Thank you so much jscheuer1 !!!

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
  •