我只是不知道爲什麼此按鈕中的文本未包裝到下一行。相反,它最終會被切斷。這裏是造型:從html按鈕中溢出的文本看起來與應用樣式相反
#find-attach-all-content-container input[type="button"] {
width: 60px;
height: 60px;
background-color: #fd902a;
color: #fff;
padding: 5px;
position: absolute;
left: -10px;
top: -20px;
font-size: 14px;
line-height: 15px;
overflow: visible;
text-align: center;
border: solid #b6b6b6 1px;
}
下面是HTML:
<input type="button" class="attach-btn" value="Attach to Response" onclick="postConditionFindCure(<?php echo get_the_ID() ?>);">
我要補充一點,換行:正常也沒有幫助。 – bob 2014-09-11 12:53:59
請閱讀我的答案,它會工作:) – Jay 2014-09-11 12:56:41