Hi! On Tue, Mar 05, 2002 at 02:40:31PM +0800, Stas Bekman wrote: > > that happened because of the "width" or rather "height" that > > the form tag and hidden tags consume, so we ended up we a > > "lot" of un-necesary whitespace. > > for the above js-code to work we need to put the <form> tag > > just next to the body start and end tags i think (ns4+) plus > > replace some other stuff or position divs relative blah blah > > endless blah ...:) > > so you say that there is no way to use a <form> inside some element > without adding to its width? even if you have no spaces between form As far as I know, a form-tag automatically adds some whitespace (like a <p> tag) around it's content. The only way to ged rid of this is to put the starting form tag somewhere it can cause no harm, as it is done here.
Another posibillity would be to define a style for form, specifing top-margin:0px But IMO that's to hackish and might brake some other stuff. > > so i am +1 for skipping all this js > +1 on js-clean. +1 (me too) > we need a new button: 'JS-free site' ;) I once made a button "image free website" (I think it's displayed on my page), which I thought was rather funny, because the button itself /is/ an image, causing a paradoxon... Maybe we should do a JS-Popup-Window containing the text "JS-free site" :-) -- D_OMM +----> http://domm.zsi.at <-----+ O_xyderkes | neu: Arbeitsplatz | M_echanen | http://domm.zsi.at/d/d162.html | M_asteuei +--------------------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
