Hi Bruce,
I have a list of "Large Buttons" on my index page.
I would like to show the last button clicked in a different CSS style, say "blue" button.
Thus setting a cooking with the "value" of the last button clicked, then apply the CSS style for the particular button based on the cookie value.
As an alternative, I can probably create a duplicate of each button (with a different CSS style), and hide the second one for each button set initially. Only showing the "second" button of a set when that set was last clicked.