As I struggle with the endless battle to make my templates more cross browser compliant I have discovered that the default ccs should not have underscores in class names,
See http://www.idocs.com/...ter_famsupp_200.html
(.menu_links -> .menu-links, .subcat_links -> .subcat-links, etc.)
So for those of us that are endless perfectionists, and are having difficulty with browser compliance, keep in mind that Internet Explorer is very forgiving… the others… well they are all butt heads.
Just thought I would pass it along.
Quote:
class names cannot contain underscores (_). They also cannot start with a dash or a digit.
(.menu_links -> .menu-links, .subcat_links -> .subcat-links, etc.)
So for those of us that are endless perfectionists, and are having difficulty with browser compliance, keep in mind that Internet Explorer is very forgiving… the others… well they are all butt heads.

Just thought I would pass it along.