![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
Hi, I'm having problems with the <form> tag creating some unwanted whitespace. I did a search on this forum and came across this link: http://www.cs.tut.fi/~jkorpela/forms/extraspace.html Which gives a semi-work around to the problem (uses CSS). This however does not work in Netscape 4 browsers. |
|
Has anyone else come across another way to do this that works for everything? |
|
I was wondering if the <form> element was needed at all? On my page I am just using a <select> drop-down box to change the contents of a frame on the page (with javascript, the form never actually 'posts' anything). |
|
Would it be legal to omit the <form> statement in this instance? |
#3
| |||
| |||
|
| http://www.cs.tut.fi/~jkorpela/forms/extraspace.html Which gives a semi-work around to the problem (uses CSS). This however does not work in Netscape 4 browsers. |
|
I was wondering if the <form> element was needed at all? On my page I am just using a <select> drop-down box to change the contents of a frame on the page (with javascript, the form never actually 'posts' anything). |
#4
| |||
| |||
|
|
Hi, I'm having problems with the <form> tag creating some unwanted whitespace. I did a search on this forum and came across this link: http://www.cs.tut.fi/~jkorpela/forms/extraspace.html Which gives a semi-work around to the problem (uses CSS). This however does not work in Netscape 4 browsers. |
|
Has anyone else come across another way to do this that works for everything? I was wondering if the <form> element was needed at all? On my page I am just using a <select> drop-down box to change the contents of a frame on the page (with javascript, the form never actually 'posts' anything). Would it be legal to omit the <form> statement in this instance? |
#5
| |||
| |||
|
|
"bc9am" <bc9am (AT) hotmail (DOT) com> wrote in message news:xLRlc.514$fi6.201 (AT) newsfe1-win (DOT) .. I was wondering if the <form> element was needed at all? On my page I am just using a <select> drop-down box to change the contents of a frame on the page (with javascript, the form never actually 'posts' anything). Would it be legal to omit the <form> statement in this instance? Legal, and appropriate, since the purpose of a form element is to post its data to the server. |
#6
| |||
| |||
|
|
In article bc9am wrote: Which gives a semi-work around to the problem (uses CSS). This however does not work in Netscape 4 browsers. Why do you care that? |
|
Some browsers, like Opera 5 and 6 don't like that at all. I would think they are more popular than NN4 |
#7
| |||
| |||
|
|
Hi, I'm having problems with the <form> tag creating some unwanted whitespace. I did a search on this forum and came across this link: http://www.cs.tut.fi/~jkorpela/forms/extraspace.html Which gives a semi-work around to the problem (uses CSS). This however does not work in Netscape 4 browsers. Has anyone else come across another way to do this that works for everything? I was wondering if the <form> element was needed at all? On my page I am just using a <select> drop-down box to change the contents of a frame on the page (with javascript, the form never actually 'posts' anything). Would it be legal to omit the <form> statement in this instance? |
#8
| |||
| |||
|
|
bc9am schrieb: I'm having problems with the <form> tag creating some unwanted whitespace. I did a search on this forum and came across this link: http://www.cs.tut.fi/~jkorpela/forms/extraspace.html Which gives a semi-work around to the problem (uses CSS). This however does not work in Netscape 4 browsers. I had a similar problem, perhaps "margin:0" helps |
![]() |
| Thread Tools | |
| Display Modes | |
| |