I have a jsp generated page, i have a single form divided (with div element) in 6 "layer", it start with fist layer selected and the others invisible, clicking on the selecter i have a javascript that change the element classname.
my page is structured as following:
title
hr
button
hr
table as layer selecter
form
in firefox 1.04 it's all right but in ie6 a lot of input seems writable... but in fact they don't get even focus!!!
even the check box aren't working at all, it's strange that the select always work, i have a lot of the text area but are working only on the last 2 layer.
i try to validate the page with TIDY i have a lot of warning for tr and td not correctly closed but no errors... maybe is this the problem?
i try the page with out css linked the layer don't work but the input are working.
if is useful i try to post the code... but it's over than 5000 rows!!!!
Thanks in advice
my page is structured as following:
title
hr
button
hr
table as layer selecter
form
in firefox 1.04 it's all right but in ie6 a lot of input seems writable... but in fact they don't get even focus!!!
even the check box aren't working at all, it's strange that the select always work, i have a lot of the text area but are working only on the last 2 layer.
i try to validate the page with TIDY i have a lot of warning for tr and td not correctly closed but no errors... maybe is this the problem?
i try the page with out css linked the layer don't work but the input are working.
if is useful i try to post the code... but it's over than 5000 rows!!!!
Thanks in advice