我在我的網站中使用Div
來顯示一些鏈接。它在IE中正常工作,但是當我在Firefox和谷歌瀏覽器中展開div
時,它變得很奇怪。FireFox和Google Chrome中的Div對齊問題
任何人都可以幫我弄清楚。我用Google搜索了它,但我沒有任何有用的解決方案。
<td vAlign="top" align="center"><font>-</font></td>
<td align="left" >
<div align="left" style="margin:0 auto; padding:0; display:block;clear:both; position:relative;">
<A class="inkblue" href="javascript:expand(4);">Faculty & Staff</A
</div>
</td>
<td></td>
</tr>
<tr id="e4" style="DISPLAY: none">
<td></td>
這是該部分的代碼。如果有任何要求,請告訴我。
This is the link to site。用firefox或chrome打開它,然後點擊「校園」下的鏈接 「Faculty & Staff」。
你'A'標籤不打烊 - 也許它只是複製和粘貼錯誤?打開'tr'標籤也丟失了。 – home
是它的複製粘貼錯誤,但在代碼中是正確的。 – luqmankhan
你可以在jsfiddle上做一個工作示例嗎? – Grrbrr404