<h2>Illustrating IE (v9 or earlier) CSS selector-count limit of 4095</h2>
<br />
<div class="ie9_css_element_id1">CSS is applied on this text with the element id 1</div>
<br/>
<br/>
<div class="ie9_css_element_id3500">CSS is applied on this text with the element id 3500</div>
<br/>
<br/>
<div class="ie9_css_element_id4095">CSS is applied on this text with the element id 4095</div>
<br/>
<br/>
<div class="ie9_css_element_id4096">Is CSS applied on this text with the element id 4096?</div>
<br />
<br />
<p>Note: the 4095 limit is on the number of <strong>selectors</strong>, not rules. You can verify this by editing the CSS to double-up on selectors for one of the rules.
</p>