How do you do an HTML like this...I want to have a picture, on the picture you are suppose to click on it, like a link, this is jus image maping I know how to do that, but I want a sorta...Log in box under the pic, so when the person clicks that spot on the image, it'll bring a letter or number down to the login box lookin thing.
-EXAMPLE
say its a picture of a phone, someone click on the number "1" and it would bring the number "1" down to the script box thing, the login box looking thing...? I need to learn how to do this, ahaha...If theres a tutorial on this somewhere jus post a link to it please
I would probably say to make the buttons activate a Javascript to put the numbers into it. Invision does it with smiles. I don't know the code off the top of my head, but you can probably find a good script somewhere on the internet.
yeh but invision is different..the whole image is jus the emoticon so when the whole image is click it does that...i want it so if you click a certain part of the image it will do that...
HTML? I'd do it with Macromedia Flash.
Make every number a different picturea nd slice it together with javasript.
This is done in Javascript, as said before...
Probably something like
function WriteI()
{(input text in form);
}
I don't know the code from the top of my head, but then in the <img src="vateva"/> tag, also put the javascript 'onclick', so it will look like
<img src="I.gif" onclick="WriteI()"/>