PDA

View Full Version : Type in Picture


dudeking
August 10th, 2006, 11:49 AM
Hi, I need to get <input name="question" id="question" type="text" size="25" /> So on the page it appears inside a picture.
e.g. type into a speech bubble.
Will I have to use layers?

Thanks:happy:

dudeking
August 10th, 2006, 12:50 PM
I have this at the moment http://dudeking.co.uk/cow/index.php
But looks a bit naff....

Buzz
August 10th, 2006, 06:46 PM
use a div and set a background image. Place the input fields inside the div.

dudeking
August 10th, 2006, 06:48 PM
OMG why didnt I think of that? lol
Thanks mate :)