Hi,
Say I have hidden a <DIVand I have another <DIVinside:
<DIV id='formdiv'>
<DIV id='custname'>
..
..
..
And I use innerhtml to put something into the DIV 'custname', if DIV
'formdiv' is hidden, will the content of DIV 'custdiv' remain hidden
until I make the DIV 'formdiv' visible???
Thank you!!
Comment