Topic: input/check boxes and nn4.x (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: seattle |
posted 09-25-2001 23:47
Does nn4.x allow this following piece of code? more specifically should it be showing the checkbox? I was using the <span> to sort of set the inline spacing using position, but when I wrap the checkbox or text box in this I don't get the accompanying input box. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 09-26-2001 06:54 |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 09-26-2001 17:11
If that isn't the answer it may be useful if you posted a link to where you have the code (or give a bigger code snippet). |
Paranoid (IV) Inmate From: seattle |
posted 09-26-2001 17:12
I have a form tag that encompasses a number of text and checkboxes: |
Paranoid (IV) Inmate From: seattle |
posted 09-26-2001 18:17
I don't have it on a server yet as it is still in the early stages, but here is the gist of the code. I am finding that my position tags are not working as hoped with nn either and may have to find another way to display the input boxes effeciently, but anyhoo...... |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 09-26-2001 19:21 |
Paranoid (IV) Inmate From: seattle |
posted 09-26-2001 22:26
ah well, I was afraid of that. thanks anyways. |
Bipolar (III) Inmate From: USA! USA! USA! |
posted 10-03-2001 22:41
NN4 will not let you break forms across absolutely positioned elements. All elements must be inside the same container with the form. You could try using distinct forms for user input and use a form with hidden fields to perform the actual submit. |
Paranoid (IV) Inmate From: seattle |
posted 10-04-2001 00:07
interesting. I needed to keep away from using tables for position/juxtaposition, and am a bit dissapointed with this. thanks for the info hlaford. |