PLS help with css classes

Hi,<br />
<br />
I have a few thousand elements which all use a particular css class [myclass]. I would now like to change one style attribute in this class, but I need to do it using scripting. I was thinking of using a loop to change each element individually, but this would take way too long.<br />
<br />
Is there no way in which I can change the actual class definition using script so that all the elements are updated automatically?<!--content-->what do you want to change? and do you want it to change for good or just as an effect on your site?<!--content-->So I would suggest that this be done with an external style sheet. One change there would effect every page pointed at it. This would seem the most logical way or have I got the wrong end of the stick.<!--content-->
 
Back
Top