設定CSS與jQuery的這裏是jQuery代碼:不能在IE
$('.top:last-child').css({'color':'red'});
爲了證明選擇的作品我想:
$('.top:last-child').hide();
而且這是工作。
下面是HTML代碼
<table class="topMenu" cellpadding="0" cellspacing="0"><tr><td class="top" id="tm_active" >
<a href="http://www.********/member.php" class="top_link"><span class="down" style="font-weight:normal;">Startpagina</span>
<!--[if gte IE 7]><!--></a><!--<![endif]-->
<div style="position:relative;display:block;"></div>
</td><td class="top" >
<a href="http://www.******/" class="top_link"><span class="down" style="font-weight:normal;">Mijn Profiel</span>
<!--[if gte IE 7]><!--></a><!--<![endif]-->
<div style="position:relative;display:block;"></div>
</td><td class="top" >
<a href="http://www.******/search.php?show=match" class="top_link"><span class="down" >Matches</span>
<!--[if gte IE 7]><!--></a><!--<![endif]-->
<div style="position:relative;display:block;"></div>
</td><td class="top" >
<a href="http://www.*******/mail.php?mode=inbox" class="top_link"><span class="down" style="font-weight:normal;">Berichten</span>
<!--[if gte IE 7]><!--></a><!--<![endif]-->
<div style="position:relative;display:block;"></div>
</td><td class="top" >
<a href="http://www.**********//" class="top_link"><span class="down" >`</span>
<!--[if gte IE 7]><!--></a><!--<![endif]-->
<div style="position:relative;display:block;"> <!--[if lte IE 6]><table id="mmm"><tr><td><![endif]-->
<!--[if lte IE 6]></td></tr></table></a><![endif]--></div>
</td></tr></table>
它完美了Firefox和Opera。 問題:仍然存在,但解決了一個解決辦法
顯示你的整個HTML表格標記。這可能是你有無效的HTML。 – Curt
儘管它都是正確的,但我會做任何方式 –
css'顏色:紅色'適用於文本,你有最後的''?中的任何文本內容? – Neverever