show image when done

J

Jay

Difficult to explain but....

I have a form. Inside the form is a table (2 columns).
1st column has text. Click on the text and a hidden div appears in the 2nd
column and contains a textarea.
(pause)
This form has a lot of textareas so rather than have a long ugly form I
decided to use 10 hidden divs each one containing a different textarea. Each
hidden div has the same positioning...

The thing is... as the user goes down the 10 rows, clicking on each and
typing in each textarea, it becomes hard to remember which links have been
clicked on. What I want to achieve is to have an image (of a tick) appear
next to the text after it has been clicked and the text provided.
Is this making sense?

table
click to enter some text (tick) | table cell where div/textareas appears
click to enter some text | div/textareas appears

The first row shows a tick.gif to the right of the text as the user has
already clicked here and entered some text.
The textarea/div is hidden when the user clicks some text in the hidden
div... the div id is passed to the function so maybe another line in the
function to achieve?

The more I type the less I think I'm explaining so I'll stop!
Any ideas?

Jay
 
J

Jay

had a thought.. it would be acceptable if it was one image and it moved it's
way down the rows showing the last text clicked.
click some text in table cell 2 - the div in table cell 2 reverts to hidden
and an image (tick.gif) appears in table cell 1 (to the right of the text
already resident in cell 1)
 
M

Matthew Lock

You could have a hidden image of a tick and display it when the user
started typing in the textarea. You can tell when they started typing
with the onchange event.
 
J

Jay

Matthew Lock said:
You could have a hidden image of a tick and display it when the user
started typing in the textarea. You can tell when they started typing
with the onchange event.

How do you hide an image?
How can I turn it from hidden to visible (or do you mean width=0, height=0?)
onClick of the text calls a function and passes the LayerID to on/off the
visibility of a given layer.
Is the built-in that comes with Macromedia Fireworks 4.
Can I tack something onto the end of this to control the width height of a
given image?
 
M

Matthew Lock

J

Jay

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top