2015-08-19 63 views
0

我使用了textext來自動完成。該輸入文本不再響應改變窗口大小。屏幕上是好的在第一時間:div的自動調整大小需要刷新才能正常工作

enter image description here

但是,當我改變我的瀏覽器窗口中的所有領域的萎縮,除了標籤(其中有textext自定義樣式)是正確的元素進入該領域:

enter image description here

如果我打開刷新,將找到其正確的位置。 下面是該領域相關的CSS:

.text-core { 
position: relative; 
} 

.text-core .text-wrap { 
    background: #fff; 
    position: absolute; 
    width: 100%; 
} 

.text-core .text-wrap textarea, .text-core .text-wrap input { 
    width: 100%; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px; 
    border-radius: 0px; 
    border: 1px solid #9daccc; 
    outline: none; 
    z-index: 1; 
    background: none; 
    overflow: hidden; 
    margin: 0; 
    padding: 3px 5px 4px 5px; 
    white-space: nowrap; 
    font: 14px; height : 34px; 
    border-radius: 4px; 
    height: 34px; 
    min-width: 0; 
    display: inline; 
} 

請人幫助,使別人一樣使得響應。謝謝!

回答

0

嘗試使用自舉網格:http://getbootstrap.com/css/

把形式與COL-LG-6 COL-MD-12 COL-SM-12和COL-XS-12和按鈕與COL-LG-6 col-md-12 col-sm-12和col-xs-12。

+0

na baba !!!!!!!! – Masih

+0

Jeddddiiiii ???? – Masih