It depends somewhat on what you need to do. You can tinker with individual elements by accessing the style property, the className (CSS class) and the cssText. You can also access the linked and inline stylesheets, see this URL:
http://www.javascriptkit.com/dhtmltu...ernalcss.shtml
IE and Gecko/Mozilla used to have slightly different names for some of the properties, no surprise there... I haven't done much development in this area recently so maybe things have improved.
--
Joe (
Microsoft MVP - XML)