I think it's a browser bug. I had a form webapp that only has to be IE5 compatible and 
just for fun fun tested it in NS 4.75. it had form elements in a table in an regular 
inline DIV layer and it simply ignored rendering the form elements, while the rest was 
intact. As it wasn't required i didn't pay it much attention, just remembered that 
I've remebered that i've read something about it being a NS4.x bug with form elements 
inside tables inside divs or simply nested divs. i think though that it probably works 
fine if you don't use any table in the layer or nest it as child of another layer.

Probably be a hell if you must make it work in NS4.x, but you could make use of blank 
spaces (&nbsp;) and regular <br>'s even if that method isn't as slick and flexible. 

Who said webdesign was too easy? :)

Henrik Våglin [ [EMAIL PROTECTED] ]

----- Original Message ----- 
From: "David Williams" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 14, 2001 11:16 PM
Subject: [Dynapi-Help] Form elements to rendering in NS4.7


> Sorry, if this is a repeat, but I don't see my original question posted,
> so I'm wondering if it got stuck on a mail-server somewhere.
> 
> Anyhow, I've got a DynLayer, which contains a form, which contains a table,
> which contains 4 form elements, namely a file input, two text fields, and
> a text area.  For some reason, only one of my text fields is rendering
> in the browser, while the others seem to be taking up space in the table,
> but not rendering.  My code works fine on IE.  And, if take out the contents
> of my layer and stuff them into NS, they seem to work there as well -- so
> I'm pretty sure I haven't done anything like forgetting to close a tag.
> 
> Has anyone seen this sort of problem?  Do you think it's a NS bug or a
> DynLayer bug?
> 
> Attached is a picture of the problem, and the html that gets copied into
> the layer via the setHTML() call.
> 
> 


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to