View Full Version : Transparent textbox over an image.
Scientist
08-06-2005, 02:34 AM
Whenever I add an image, I cant add a text box on it.
I know theres a way to have an image and then put text on it and from the HTML code, you can edit the text. The only way I can do it so far is by editing the iamge and permanetely adding text on the paint program.
I know its something like pagewidth= or something.
I really need to know how to add a text box (<textarea>text here</textarea>) over an image. And to make it transparent, so that way the background of the textbox is the same as the image area behind it.
StephanieCordray
08-06-2005, 10:28 AM
There are several different ways to accomplish this. The best way for you will depend on the amount of space the text takes up vs the size of the image.
Scientist, I'm not trying to be mean or anything. I've been watching your posts. Your enthusiasm is great but I think you need to start at the beginning. I'd recommend this tutorial site: http://webmonkey.wired.com/webmonkey/authoring/html_basics/ before worrying about some of the other things you know you can do. One must learn to walk before one can run. There are lots of tutorials on that site that will help you better than this forum could. Some of the answers to your questions are just too long for this medium.
I was about to say the same thing, just did not know quite how to put it.
AainaA
08-06-2005, 05:36 PM
Ian is as dimplematic as always ;-)
Chroder
08-07-2005, 04:19 AM
use CSS to give the textarea a background image.
.mytxtarea { background: url(path/to/bg.gif); }
...
<textarea class="mytxtarea"></textarea>
AainaA
08-07-2005, 07:16 PM
dont know if this would help you out, but this has been covered before when ZKiller asked the same question at WMF aeons ago...
also you might want to check this link out
http://www.lissaexplains.com/forum/archive/index.php/t-72788.html
Ecobaby
04-19-2008, 09:54 AM
There are different ways to do this. The best way for you will take care of the site of you immages and code.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.