Hi,
I have to deal with a somehow complicated issue.
I have a html table with this layout:
row1 category 1 light
row2 category 1.1 dark
row3 data light
row4 data dark
row5 category 1.2 dark
row6 data light
row7 data dark
row8 category 2 light
row9 headline 2.1 dark
.
.
.
I generate alternating row colors with VBscript. But now I have to use a
clientside javascript to display and hide the subordinate hierarchy elements
when the user clicks on the category headlines.
The page loads like this:
row1 category 1 light
row7 category 2 light
row2 will be displayed, when the user clicks on row 1, row3-4 will be
displayed, when the user clicks on row 2 ... How do I create a table with
alternating row colors, regardless if the subordinate hierarchy elements are
diplayed or not?
kind regards, Tilo Kley