I am displaying several st.extender containers by looping through a for loop. I would like to change the background color of certain extender containers based on business logic. For example, I would like to change the background color of the 3rd extender in the loop while the others remain the default color. Is there a way to selecting individual components using CSS or javascript?
When I use the firefox inspector tool each
corresponding to the extender component is exactly the same so when I try to use custom CSS the background color of all of my extender containers changes.