Forum Moderators: not2easy
The key to browser cross-compatability with CSS is not a tool or even (although it's a damn good start) a validator though. Getting CSS right, requires understanding and the only way to gain that is to learn CSS by hand and to follow places like this and the other good CSS resource sites out there for more...
Unfortunatley, in my experience, tools just don't cut it half as well as real knowledge of the tech.
Nick
Don't get all bigheaded now peoples, I'm just being honest -- ya'll are great! This is my second favorite place to lurk on WW (second only because I'm a script geek ;) ). Keep up the good work, it is much appreciated!
Jordan
Unfortunatley, in my experience, tools just don't cut it half as well as real knowledge of the tech
...meaning: "Your code may validate, and you may have used it according to the CSS standard set forth by W3C, but the page may still break hopelessly in several browsers."
I just want to second what Nick said. Understanding CSS is the only true path to cross browser compatibility. So, how does one gain this knowledge? By testing, testing, and testing.