我在這個img想要的東西像(文字BTN和箭頭BTN高度相同)。但我無法得到它。這裏是我的codecontrolgroup按鈕問題
0
A
回答
2
也許我錯過了點,但類似:http://jsfiddle.net/PtLKF/10/?它需要成爲第二個按鈕嗎?
如果是的話,你也許可以僞造其與非換空間,如果你不想讓與CSS太亂。 http://jsfiddle.net/PtLKF/13/
0
呀相同J.T.Sage,爲什麼兩個按鈕?
我的失敗嘗試:http://jsfiddle.net/PtLKF/38/
<div data-role="page" id="button-tests">
<div data-role="controlgroup" data-type="horizontal">
<a href="tel:(866) 444-8619" data-role="button" data-theme="e">Call (866) 444-8619</a>
<a href="" data-role="button" data-theme="e" data-icon="arrow-l" data-iconpos="notext"></a>
</div>
<div data-role="controlgroup" data-type="horizontal">
<a href="tel:(866) 444-8619" data-role="button" data-theme="e">Call (866) 444-8619</a>
<a href="" data-role="button" data-theme="e" data-icon="arrow-l" data-iconpos="notext" style="height:100%;" class="fix-button-height" id="custom-button-height"></a>
</div>
<div data-role="controlgroup" data-type="horizontal">
<a href="tel:18664448619" data-role="button" data-theme="e" data-icon="arrow-l" data-iconpos="right">Call (866) 444-8619</a>
</div>
<div data-role="controlgroup" data-type="horizontal">
<a href="tel:(866) 444-8619" data-role="button" data-theme="e">Call (866) 444-8619</a>
<a href="" data-role="button" data-theme="e" data-icon="arrow-l" class="hide-text" data-iconpos="right">|</a>
</div>
</div>
CSS
.fix-button-height .ui-icon {
margin-top:7px;
margin-bottom:7px;
display:block;
}
.hide-text {
color:#fceda7;
}
.hide-text:hover {
color:#faeb9e;
}
+0
http://jsfiddle.net/PtLKF/39/ - 得到了CSS的工作,至少我的屏幕上 - 但是,如果文本尺寸是你的略有不同,它會再次看錯。 – 2011-06-15 01:36:45
+0
@ J.T。賢者 - thanks..I'm試圖完全模擬作爲image..is有辦法,我可以減少第二個按鈕的寬度(包含箭頭) - 普里亞 – Priya 2011-06-15 18:04:25
相關問題
- 1. 按鈕問題
- 2. 問題按鈕
- 3. 按鈕問題eclipse
- 4. Android按鈕問題
- 5. Android按鈕問題
- 6. 樣按鈕問題
- 7. iPhone按鈕問題
- 8. Java按鈕問題
- 9. PayPal按鈕問題
- 10. IE按鈕問題
- 11. 像按鈕問題
- 12. 按鈕CSS問題
- 13. Fancybox按鈕問題
- 14. Android - 按鈕問題
- 15. ModalPopupExtender按鈕問題
- 16. Oracle按鈕問題
- 17. facebook按鈕的問題喜歡按鈕
- 18. 強制在jQuery Mobile的controlgroup按鈕刷新小屏幕顯示
- 19. html問題 - 錨點按鈕?
- 20. tornado.web.authenticated後退按鈕問題
- 21. 提交按鈕問題
- 22. Mapkit附件按鈕問題
- 23. UISearchBar按鈕標籤問題
- 24. 刪除按鈕問題
- 25. Youtube播放按鈕問題
- 26. UIAlertController關閉按鈕問題
- 27. 分享Google+按鈕問題
- 28. 按鈕單擊問題
- 29. Android Google +1按鈕問題
- 30. iphonesdk按鈕+表問題
T.賢者 - thanks..I'm試圖完全模擬作爲image..is有辦法,我可以減小第二個按鈕的寬度(包含箭頭) – Priya 2011-06-15 11:52:54
大提琴的使用! – Martin 2011-07-15 09:14:19