You mean, (1) add a class to an element, or (2) create css set of rules ? if (1): check the docs (docs.jquery.com). if(2): jQuery.Rule could be the solution http://flesler.blogspot.com/2007/11/jqueryrule.html
-- Ariel Flesler http://flesler.blogspot.com/ On 18 jul, 19:13, Evert <[EMAIL PROTECTED]> wrote: > Is it possible to create css class on run-time with jquery/javascript? > if yes, how?