I'm not sure how to get that to happen. I saw it discussed once, but have forgotten the method and particulars. Any thoughts?
Thanks,
BuddyB

Recommended Answers

All 4 Replies

you want to be able to type over a graphic using an input box? or just overlay text on a graphic?

if it's an input box, use <textarea style="background: url(pathtographicfile.jpg)"></textarea>"

If it's the other, then you will prolly need to absolutely position the graphic under the text with x/y co-ordinates

Will type always be on top?
BuddyB

If it's an input box, use <textarea style="background: url(pathtographicfile.jpg)"></textarea>"

"Input Box." By that do you mean a layer?

BuddyB

he's using a text area, a type of input box, which is a form element.
You can use a td cell, a div, a p, or whatever in the same way.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.