Question


Hi
I have HTML table of documents,
each row is a document has link to download - so i added html form to each cell (frmDocuments_17 for example)
each row has check box so you can remove some documents in one shot - so I surrounded the table with HTML form (frmRemDocuments)

In Firefox the table displayed as expected, but in IE9 the first line breaks,
Any idea how to resolve this?

here is an example: http://jsfiddle.net/54s3C/
if you remove the external form it will display correctly
Thank you very much for your help

Était-ce utile?

La solution

Nested HTML forms was the problem,
Once I removed the nested forms code in IE works fine
Thank you for your help.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top