Hey Daniel, Daniel Eben Elmore a écrit : > Is there a way to edit a CSS rule instead of having to edit all the elements > that contain the rule? > > So if I had a CSS class: "title" can I change title's font-size dynamically > without doing something like a getElementsByClassName loop?
DOM Level 2 CSS lets you do just that, but I believe it has pretty scarce support so far... -- Christophe Porteneuve aka TDD [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
