<td id="name_3869-0_0" style="position: relative; " colspan="4">
<div style="float:left;width:100%">
<img src="/img/1.gif" align="middle" style="margin-right: 10px;" class="company_symbol" border="0">
<strong style="margin: auto 5px auto auto; ">yyyy</strong>
<a href="#"><span title="xxxx">xxxx</span></a>
<span class="mm_msg_ident"><img onclick="mm_Msg.sel('[1]730228')" src="/view/new_design/img/msg_unchecked.gif" border="0" align="top" alt="Private message to the owner of subdivision" title="Private message to the owner of subdivision"></span>
<span><a href="#" title="Cancel the contract" alt="Cancel the contract" onclick="return contractDestroy(1510428, 'xxxxx')"><img src="/img/smallX.gif" alt="Cancel the contract" border="0" align="top" style="margin-right: 1px"></a></span>
<input type="hidden" name="supplyContractData[selected][]" value="1510428">
</div>
</td>
我需要的是確保兩個跨(一個帶班mm_msg_ident,和一個緊隨其後) 始終定位於div的右上角。問題是div的大小是可變的,並且 必須保持可變。我有權訪問jquery 1.6.4。有關如何設計這些元素來完成這些任務的任何建議?定位元素
編輯:假設所關注的兩個跨度的大小均爲20x20。
沒有必要的jQuery,只需使用'位置:fixed' – undefined