< snip code> 如果你把这些代码放在一个页面并把它放到网上,那么更多的人就是 愿意看看。另外,由于你所说的某个特定的 类可能被忽略了,真正的 样式表中可能会出错,这不会被复制到你的代码中给。最佳展示真实 在线示例,特别是在寻找错误时。 - Els http://locusmeus.com/ Sonhos vem。 Sonhos v?£。 O resto ??瑕疵。 - Renato Russo - 现在玩:珍珠果酱 - 黑色 < snip my own reply> 哦,你不能有< span>在< table>之间和< tr>。验证 您的代码和奇怪的问题可能会消失,您永远不会知道... - Els http://locusmeus.com/ Sonhos vem。 Sonhos v?£。 O resto ?? crisfeito。 - Renato Russo - 现在玩:Pearl Jam - Black Hi,I created a CSS that work fine on my IE 6.0.2900 (SP2) but I''m havingcustomers that have problems with it and they''re on IE 6.0.2800(SP1)...The problem looks like if the stylesheet (in particular the classLigneTableau_Noir_SansHauteur) was ignored.Could you test this code on your browser and tell me if you see thisparticular points :- all cells have a left border of 1px black except cells "val3" and"val5"- the first link is on the left of the cell and is black and bold- the second link is centered in the cell and its color is the browserdefault color for a link- all values are centered in their cellThanks in advance, I just have no more ideas after 2 days of headache !Thierry38080<html><head><title>Test</title><style type="text/css">TD {FONT-SIZE: 10pt;FONT-FAMILY: Arial, Verdana, ''Courier New'', ''Times New Roman''}..LigneTableau_Noir_SansHauteur tr {TEXT-ALIGN: center;}..LigneTableau_Noir_SansHauteur td {border-color: black;border-left-style: solid;border-left-width: 1px;}..LigneTableau_Noir_SansHauteur td.sans {border-right-style: none;border-left-style: none;}..LigneTableau_Noir_SansHauteur td.celD2 {border-left-style: none;border-right-style: solid;border-right-width: 1px;}..LigneTableau_Noir_SansHauteur a.lien {color: #000000;font-weight: bold;}</style></head><body leftmargin="10" topmargin="10" marginwidth="10"marginheight="10"><table width="700" align="center"><span class="LigneTableau_Noir_SansHauteur"><tr id="li0"><td align="left">&nbsp;<a href="javascript:;" class="lien">Testlink</a></td><td><a href="javascript:;">Another link</a></td><td>0</td><td>val1</td><td><input type="text" size="4" maxlength="4" tabindex="1"id="first0" name="0_Quantite" class="ZoneDeSaisie" value="12"/></td><td><b>val2</b></td><td class="sans">val3</td><td>val4</td><td class="celD2">val5</td></tr></span></table></body></html> 解决方案<snip code>If you put that code in a page and put it online, more people arewilling to have a look. Also, since you are talking about a particularclass possibly being ignored, there could be an error in the realstylesheet, that isn''t copied into the code you gave. Best show realonline examples, especially when looking for an error.--Els http://locusmeus.com/Sonhos vem. Sonhos v?£o. O resto ?? imperfeito.- Renato Russo -Now playing: Pearl Jam - Black <snip code><snip my own reply>Oh, and you can''t have a <span> between <table> and <tr>. Validateyour code and weird problems may disappear, you never know...--Els http://locusmeus.com/Sonhos vem. Sonhos v?£o. O resto ?? imperfeito.- Renato Russo -Now playing: Pearl Jam - Black 这篇关于在IE.6.0.2800中忽略了CSS?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-19 08:31