@burnout426 https://symbols.geobop.com/resources/national-symbols/north-america-symbols/usa-symbols/usa-flowers/
I started out with a simple CSS style that gives even-numbered rows a gray background. However, there are some states that are represented by two or three rows. I wanted to make every row representing a particular state the same color.
So, the Javascript groups pages with the same class (e.g. w-al for Alabama) together, counting them as a single row. I inserted these classes in Alabama through Delaware, which look fine in Safari.
The rest of the rows still have the original class="tr--even." They look fine in Opera but are all gray in Safari.
Thank you.