Forum Moderators: open
Just as the first MX brought HomeSite-like code editing into the Dreamweaver window, so MX 2004 brings TopStyle-like CSS editing into the Dreamweaver window.
Each time you change the colour or size of some text a new style is created so that you can reuse it over and over - Dreamweaver no longer spews font tags all over your code.
You can detach and attach stylesheets on the fly, making it very quick to switch between layouts and styles for a site.
One feature I liked was the inheritance highlighting: obviously CSS styles inherit, but what if a style is overridden by another lower element or class? It gets highlighted in red so you know it's being overridden lower down.
It also has - and this is cool - browser-compatibility checking. You specify a list a browsers to check against, and Dreamweaver will do a kind of validation on your page and tell you where your code has browser compatibility issues.
Now that the big WYSIWIG editors are getting right into CSS, we should start seeing more and more sites built with good CSS and better accessibility. Bring it on!
I saw the site earlier today and was really excited about the browser check and additional CSS support. But, is the browser check on the fly or is it a command like "Check Links Site Wide"?