Loading

随笔分类 -  Jquery

摘要:<style> .ui-autocomplete { max-height: 100px; overflow-y: auto; /* prevent horizontal scrollbar */ overflow-x: hidden; /* add padding to account for vertical scrollbar */ padding-right: 20px; } /* IE 6 doesn't support max-height * we use height instead, but this forces the menu to always b 阅读全文
posted @ 2011-03-11 19:11 .net's 阅读(905) 评论(0) 推荐(1)