i want to show tooltip for individual li element for that i am using title attributes but it is working only in IE not n firefox and chrome what attribute should i use for these two browser
<ul class="steps">
<li class="" id="step1" runat="server" title="Element to Add / edit the Test">Step 1</li>
<li class="step2" id="step2" runat="server" title="Add Course Constituents">Step 2</li>
</ul>