Skip to content

Commit

Permalink
better styling for FF and IE
Browse files Browse the repository at this point in the history
  • Loading branch information
hitching committed Oct 5, 2010
1 parent ec5c907 commit 51ad131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/ui.demo.html
Expand Up @@ -37,9 +37,10 @@
});
</script>
<style type="text/css">
.ui-autocomplete { overflow-y: scroll; }
.ui-autocomplete { overflow-y: scroll; width:300px; }
* html .ui-autocomplete { /* IE max- */height: expression( this.scrollHeight > 400 ? "400px" : "auto" ); }
.ui-autocomplete { max-height: 400px; }
.ui-autocomplete li { font-size:10pt; }
</style>
</head>
<body>
Expand Down

0 comments on commit 51ad131

Please sign in to comment.