Forum: HTML and CSS Jul 14th, 2004 |
| Replies: 4 Views: 3,305 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>"
... |