1
我想爲個別li元素顯示工具提示,因爲我使用的是標題屬性,但它只能在IE中工作而不是n Firefox和Chrome我應該使用這兩個瀏覽器的屬性在firefox中顯示html li元素的工具提示
<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>
ok tribus讓我再看一遍謝謝 – Mac 2010-08-02 14:21:00
如果你想要更多的功能,你可以試試像qTip這樣的jQuery插件。 – 2010-08-02 14:24:49