diff options
author | Ca-Phun Ung <pazu2k@gmail.com> | 2008-12-30 12:14:15 +0000 |
---|---|---|
committer | Ca-Phun Ung <pazu2k@gmail.com> | 2008-12-30 12:14:15 +0000 |
commit | cd20e99fc889b92c8358c9e13f5f514527605934 (patch) | |
tree | f93dacbe4991cd92f75803dda6635f43174f2baa /ui | |
parent | f017c0aa218b614413655eac0bce29f304933674 (diff) | |
download | jquery-ui-cd20e99fc889b92c8358c9e13f5f514527605934.tar.gz jquery-ui-cd20e99fc889b92c8358c9e13f5f514527605934.zip |
datepicker: IE6 css fixes for default theme.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ui.datepicker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.datepicker.js b/ui/ui.datepicker.js index 47085197d..65fa391d2 100644 --- a/ui/ui.datepicker.js +++ b/ui/ui.datepicker.js @@ -1407,7 +1407,7 @@ $.extend(Datepicker.prototype, { } html += (!inst.inline ? buttonPanel : '') + ($.browser.msie && parseInt($.browser.version,10) < 7 && !inst.inline ? - '<iframe src="javascript:false;" class="ui-datepicker-cover"></iframe>' : ''); + '<iframe src="javascript:false;" class="ui-datepicker-cover" frameborder="0"></iframe>' : ''); inst._keyEvent = false; return html; }, |