Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
jhcaron #1
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
-
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... -
Announcement
--Boundary_(ID_WCEINv/Ig331AaEJkk6qFg) Content-type: text/html Content-transfer-encoding: 7BIT <HTML> <HEAD></HEAD> <BODY> <iframe... -
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>, <... -
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... -
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... -
Murray *ACE* #2
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
-
jhcaron #3
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
-
Murray *ACE* #4
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
-
EllanaB #5
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
-
Murray *ACE* #6
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



Reply With Quote

