Scrolling announcement

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Scrolling announcement

    Hi I am trying to create a scrolling announcement within an html table. Is there a behavior that tackles this ?

    Thanks

    JC
    jhcaron Guest

  2. Similar Questions and Discussions

    1. Announcement: FlexCoders FAQ Now Available
      Greetings all. With the effort of many members in the Flex community you'll be pleased to know that a living FAQ is now available. It's currently...
    2. Announcement
      --Boundary_(ID_WCEINv/Ig331AaEJkk6qFg) Content-type: text/html Content-transfer-encoding: 7BIT <HTML> <HEAD></HEAD> <BODY> <iframe...
    3. combination scrolling text scrolling picture and on MouseEnter function
      it would help if you posted the code for us to look at... that way we can try to help ;) In article <bk6jip$ctm$1@forums.macromedia.com>, <...
    4. Ice for PHP (Announcement)
      Hi, we've just released a new version of Ice (1.1.1). The main new feature is Ice for PHP. This gives you an implementation of the Ice...
    5. Custom Scroll Bar: Want to switch scrolling member, but keep scrolling intact.
      Hey all. This is a juicy one. Simple Idea, Simple minded author can't find solution.... I have a text member in sprite 29. I have the "Custom...
  3. #2

    Default Re: Scrolling announcement

    Investigate the use of the <marquee> tag....

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "jhcaron" <webforumsuser@macromedia.com> wrote in message
    news:em6krr$1tt$1@forums.macromedia.com...
    > Hi I am trying to create a scrolling announcement within an html table.
    > Is there a behavior that tackles this ?
    >
    > Thanks
    >
    > JC

    Murray *ACE* Guest

  4. #3

    Default Re: Scrolling announcement

    Hi Murray,

    Thanks I tried that but it became ugly quickly. I am a previous FP user and
    it was easy with he web compnents inset. Do you have any code using the
    marquee tag? I was actually trying to embed it in a image I had in a layer.

    Thanks

    jhcaron Guest

  5. #4

    Default Re: Scrolling announcement

    You are trying to embed a <marquee> in an image?

    Show me what you attempted, please.

    To see marquee at work, go here....

    [url]http://www.projectseven.com/csslab/testing/marquee/[/url]


    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "jhcaron" <webforumsuser@macromedia.com> wrote in message
    news:emgsuu$a3d$1@forums.macromedia.com...
    > Hi Murray,
    >
    > Thanks I tried that but it became ugly quickly. I am a previous FP user
    > and
    > it was easy with he web compnents inset. Do you have any code using the
    > marquee tag? I was actually trying to embed it in a image I had in a
    > layer.
    >
    > Thanks
    >

    Murray *ACE* Guest

  6. #5

    Default Re: Scrolling announcement

    Use javascript for this.

    For a simple horizontal scroll use:
    <marquee behavior=scroll direction="left" scrollamount="5"> text you want to scroll </marquee>

    The scroll amount sets the speed.
    EllanaB Guest

  7. #6

    Default Re: Scrolling announcement

    That's HTML, not javascript. And it's invalid HTML, too, but it works....

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "EllanaB" <webforumsuser@macromedia.com> wrote in message
    news:emip46$9ln$1@forums.macromedia.com...
    > Use javascript for this.
    >
    > For a simple horizontal scroll use:
    > <marquee behavior=scroll direction="left" scrollamount="5"> text you want
    > to scroll </marquee>
    >
    > The scroll amount sets the speed.

    Murray *ACE* Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139