This CSS example will NOT work in Internet Explorer, but WILL work in Firefox and Opera:
._idTest1{ background-color: red; } #_id_Test2{ background-color: red;
Style entries preceded by an underscore are rendered by Internet Explorer (IE 6 & 7), but NOT by Mozilla / Gecko (Firefox) or Opera.
This CSS example will only work in Internet Explorer:
*{ _color: green; }
The IE Underscore Bug TestThe original forum thread: menu control in master page does not get styles in ie 6.0.ScottGu's Blog: Gotcha: Don't use <xhtmlConformance mode="Legacy"/> with ASP.NET AJAXView the complete source code for my Underscore Test or try it on your favorite browser here.