我有一張桌子裏面有很多td的。裏面的一個td我有「輸入類型=文件」。我需要減小這種輸入類型的大小,但問題是它不會低於70px(我猜最小值是70px)。正因爲如此,它與另一個td重疊。如何設置輸入類型=文件的寬度?
<td class="AttachOnMouseOutText"
id="fileid"
nowrap="nowrap"
style="padding-right:15px;
padding-left: 10px;"
valign="top"
onClick="fad_open();"
onMouseOver="highlightBG('fileid',0,'add','add_over.gif');
this.style.cursor='hand';
return true;"
onMouseOut="highlightBG('fileid',1,'add','add.gif');
return true;">
<p class="Margin"
style="position:relative;">
<input type="file"
name="AttachLink"
style="position: absolute;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
opacity:0;
width:70px;
height:50px;
cursor: hand;
left:-25px;"
title="Add File Attachment"
onChange="getWeblink();">
<img src="#ContactsImagePath#add.gif"
alt="Add File Attachment"
border="0"
align="middle"
name="add"
id="add"
onClick="fad_open();">
</p>
<span>Add File</span>
某些代碼提琴 – chandu
放置顯示:塊 –
@chandu是的,因爲這樣做很有意義。感謝您的評論。 – Ruddy