CSS tools wanted

Does anyone know about a GOOD CSS-tool that will help me with my CSS-files?

My needs is to (for example):

  • Sort the classes

  • Find if a class is actually used anywhere on the site/database

  • Pointing out differences between different CSS levels and different behaviour in IE/FF/Mozilla etc…

  • Help with inheritance of properties

  • Finding classes that have the same properties and values defined (duplicates with different classnames).

Lately I’ve been involved in quite complex webdevelopment and the CSS-files are growing pretty much out of control.

Most CSS-tools I’ve found is just simple text-editors - that is not what I’m looking for.

Subject: CSS tools wanted…

TopStyle is the best I’ve seen so far. It doesn’t do all that you want, but it does a lot.

You may also look at Dreamweaver: it has some CSS tools in there, but I never really used them.

Subject: CSS tools wanted…

“- Find if a class is actually used anywhere on the site/database”

You’ll hardly find a tool that can do that for dynamically created pages, like Domino generated pages. You’ll have to use a combination of browser tools, Domino Designer search tools and - I agree - TopStyle.