Results 1 to 2 of 2

Thread: Pausing U/D scroller with image?

  1. #1
    Join Date
    Sep 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pausing U/D scroller with image?

    1) Script Title: Pausing up down scroller

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/crosstick.htm

    3) Describe problem: Is is possible to make script understand <img>? So it could scroll pictures with text?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    There's no reason why you can't just embed image tags inside the scroller's content:

    Code:
    pausecontent2[0]='<a href="http://www.news.com">News.com: Technology and business reports</a><br /><img src="test.gif" />'
    for example.

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
  •