Ive read the thread that Jose started, the one with the same text box loading
different content depending on which button was pressed, and the resulting
files/function that pigghost whipd up. It was very informative. great stuff!
When I searched the forums I found the original response Jesse gave Jose:
Jesse says:
I would do it by loading 3 diff text variables and changing which one was
displayed in the text box based on the user's click... but also look into the
.scroll method... you could use it like an html anchor almost (that is, if you
wanted to display all the text in one box)
Im curious about the second bit of what jesse said: "but also look into the
.scroll method... you could use it like an html anchor almost (that is, if you
wanted to display all the text in one box)"
My question has two parts:
Part 1:
can i use <a href ="#sassafrass"> Sassafrass </a>
<a name = "sassafrass"> </a> tags in dynamic text?
does anybody know if this was workd through in a thread here? or a tutorial?
Part 2 (This is the tough part that Im starting to think about):
Is there a way to have an image either change or scroll with text that is in a
dynamic text box. my example shows the text scrolling but no image change
or scrolling:
http://dave.tanagram.com/templateB.html
The template is for news or other long text that may have an accompanying
image. So the text would scroll along with the image, but because the text is
dynamically feeding the text box Im not sure how the image would change...
Ive come up with: 1. it scrolls with the text. or 2. the images stay in place
and when the copy reaches a certain point the image would change. I have a
feeling that if i want the image to scroll with the text i would have to make
a content scroller(text & image). Is that right?
Im going to start working away on some of this stuff.
any theories on the <a> tag method inside dynamic text or
the image changing with the scrolling text warmly welcomed.
thanks.