如何更改jQuery UI的組合框裏面的字體和下拉列表 我的代碼是:變化jQuery UI的組合框字體
.ui-autocomplete-input {
margin: 0;
padding: 0.3em;
font-family:"Times New Roman", Times, serif;
}
.ui-autocomplete
{
font-family:"Times New Roman", Times, serif;
max-height: 200px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
/* add padding to account for vertical scrollbar */
z-index:1000;
}
但沒有什麼變化,我不知道哪裏是錯誤
它的工作,但同樣的錯誤是線程http://stackoverflow.com/questions/11689144/arabic-characters-are-displayed-separately-in-google-chrome 如果你能幫助我,你知道很多jQuery的用戶界面將被格子 – 2012-07-27 15:40:34
嘗試:.ui-widget {font-family:「Times New Roman」,Times,serif;} – SomeoneS 2012-07-27 15:44:21
不幸的是它沒有工作:S謝謝你的幫助和你的嘗試:D – 2012-07-28 11:55:26