hkucsis
03-11-2003, 03:24 AM
Hi,
I have a form with many checkboxes. The checkboxes are divided into two levels: when a level-1 checkbox is checked, the level-2 checkboxes associated to that particular level-1 checkbox will appear. In short, it is similar to a tree structure.
How do I accomplish this in NS4? I can use <div> to create the show-hide effect but I cannot manage the position of the <div>. What I mean is that, with IE, I have the property "display" so that I don't need to reserve space for the hidden <div>. However, in NS, we don't have this property.
Thanks in advance.
Michael
I have a form with many checkboxes. The checkboxes are divided into two levels: when a level-1 checkbox is checked, the level-2 checkboxes associated to that particular level-1 checkbox will appear. In short, it is similar to a tree structure.
How do I accomplish this in NS4? I can use <div> to create the show-hide effect but I cannot manage the position of the <div>. What I mean is that, with IE, I have the property "display" so that I don't need to reserve space for the hidden <div>. However, in NS, we don't have this property.
Thanks in advance.
Michael