我的代碼的HTML文本標記如上述如下運行到下一行上移動
<div data-role="content" id="div1" align="top" style="padding:3 !important;" >
<table border="0" align="CENTER" cellspacing="0" width="100%" style="vertical- align: text-bottom;" >
<tr>
<td></td>
<td>
<div id="question1" class="question">
<input type="text" id="question" />
<Style>
#question{
font:5px;
font-family:verdana;
}
</style>
</div>
</td></tr><tr>
<td width="50"><img id="img2" width="40" height="36" style="float:right; margin-top: 0px;" ></td>
<td style="text-align:center;">
<div class="ui-grid-b" >
<div class="ui-block-a"><button id="button1" type="submit" data-theme="b" style="font-size:0.8em;"></button></div>
<div class="ui-block-b"><button id="button2" type="submit" data-theme="b" style="font-size:0.8em;"></button></div>
<div class="ui-block-c"><button id="button3" type="submit" data-theme="b" style="font-size:0.8em;"></button></div>
</div>
</td>
</tr>
</table>
</div>
在代碼的塊,在下面的代碼行
<input type="text" id="question" />
,如果值是填充通過jQuery的,我做的是
$('.question').text(questionText);
,當我在我的iPhone查看此,文雲到下一行,當它再牛逼寬度。我認爲textarea是唯一具有多行的HTML標籤。不知道爲什麼這裏的文字是多行的,我如何避免它?我不介意文本被切斷,但我真的不希望它多行。
溢出:自動不起作用。我試圖做溢出:隱藏,但似乎弄亂了用戶界面,使文本開始顯示在按鈕後面。 – p0tta 2013-04-19 04:20:28