Topic: Not sure where this goes, giving this section a try (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Detroit, MI US |
posted 04-19-2002 05:59
Why can't you absolutely position elements of a form using div and style sheets? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 04-19-2002 07:50 |
Bipolar (III) Inmate From: Detroit, MI US |
posted 04-19-2002 09:05
Yeah, I thought of that. But the problem is that I don't want to position the entire form as is, with the various parts as they fall. I was actually hoping to position input, textareas and submit buttons individually. I even tried |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-19-2002 19:14
<form yada yada yada> |
Bipolar (III) Inmate From: Detroit, MI US |
posted 04-23-2002 20:14
Alas, that method works, but only in IE. Netscape is a big thorn in my rumpus. Not sure about Opera yet. |
Bipolar (III) Inmate From: USA! USA! USA! |
posted 04-24-2002 16:42
Netscape 4 will not let you position form elements. Each positioned element is essentially a different document object and cannot share the same form. If you want to position, you will have to use distinct forms in each layer and use JavaScript to consolidate all the data into one submission. |
Bipolar (III) Inmate From: Detroit, MI US |
posted 04-24-2002 18:42
Tru Dat! Good lookin out. Just the info I was looking for. I will give that a try. |