English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hello.

I am trying to create a form that does not have the input boxes, but instead, you can type the info on the background.

In other words, the form's white boxes are invisible so the page background is behind the text.

Please help me...it will GREATLY be appreciated...& you will get best answer....=]

2007-10-27 06:59:26 · 3 answers · asked by John D 2 in Computers & Internet Programming & Design

3 answers

You can get really close to what you are asking with CSS. Styles allow you to make "transparent" boxes etc. The box still has to be there, your users have to fill in the correct element or your form won't work.
Start with a couple of these "CSS" styling tutorials. It will really improve your HTML
http://jeffhowden.com/code/css/forms/
http://www.webcredible.co.uk/user-friendly-resources/css/css-forms.shtml
http://www.sitepoint.com/article/fancy-form-design-css

You will quickly see why you need a little CSS with your HTML code.
Here is a full sample, I did steal if from http://www.quirksmode.org/css/forms.html
I just added "border:none;" to the input style! Take that out and see the difference. This also forms a nice "table" without any tables!.
Copy this into notepad, save it as an HTML file and view it. You will see there are no input boxes. It isn't easy to use as far as filling it out but it has no boxes! Play with the "border:none;" Click next to Name and start typing on the page!
























added
If you'd like to see a fully styled form (the inputs do show but dont have too)
http://ftwtexas.net/~fixall/fixall.biz/form/

You'll see what css and little markup can do!

2007-10-27 07:10:52 · answer #1 · answered by Tracy L 7 · 0 0

With Javascript you can do that.
You need a form that has hidden fields and a Javascript that handles the writing on the background. Another Javascript is needed to put the text into the fields and submit it.

2007-10-27 14:05:14 · answer #2 · answered by geckoman 2 · 0 0

Not that I am aware of. Sorry.

2007-10-27 14:02:55 · answer #3 · answered by Thadius M 2 · 0 1

fedest.com, questions and answers