On Wednesday, November 15, 2006 8:07 AM Alan Gutierrez <> said: > I'm not finding any methods for editing stylesheets. > > I'd like to change a style as it is defined in the document.
That's probably because there are none. You don't (can't?) modify the .css file directly with js. Instead you modify the styles that have already been applied. But perhaps there is a better way to solve your problem. Why do you want to change the .css file directly? Can you not just create two styles and use jQuery to switch between them? Chris. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
