我有以下佈局用於與搜索框:輸入文本自動寬度填充100%的浮動其它元素
<div id="emulating_variable_width">
<form id="srxForm" method="post">
<div id="qsrxSearchbar">
<div id="scope"> Person Name </div>
<input type="text" id="theq" title="Search">
<button id="btnSearch" type="button">Search</button>
</div>
</form>
</div>
(其非常簡化用於示出的目的)
- 的在標題'範圍'是一個長度可變的文本
我想要的是讓輸入文本元素填充所有可用空間(即黃色空間),同時保留右側的搜索按鈕。
Full example with the CSS is in a fiddle
這將是完成一個解決方案在IE7 +,FF,Safari瀏覽器等工作的最簡單的方法...?
謝謝!
JQuery的是不是一種選擇? – mattytommo 2012-04-20 11:03:44
我不希望在這裏使用jQuery,但如果沒有其他選項...是啊 – jmserra 2012-04-20 11:06:32
使用此:http://stackoverflow.com/a/7190310/405015 – thirtydot 2012-04-20 11:13:11