Brian J. Fink schrieb:

$(document).css(selector1,rule1).css(selector2,rule2)...css(selectorN,ruleN);

If this is already part of the jQuery functionality, tell me the
syntax to use.

Yes, it's ON:

 $("p").css({ color: "red", background: "blue" });


--
Viele Grüße, Olaf

-----------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de/
http://ohorn.info/
http://www.akitafreund.de/
-----------------------------------

Reply via email to