jquery datepicker icon trigger don't work with IE7
Hi jqueryUI comunity!
I'm using the current jq-datepicker with i18n support.
The code I use:
script type="text/javascript">
$(function() {
$.datepicker.setDefaults($.extend({changeMonth: true,
changeYear: true,
showOn: 'button', buttonImage: '/images/
calendar_16x16.png', buttonImageOnly:
true, },
$.datepicker.regional['']));
$("#datepicker").datepicker($.datepicker.regional
['de']);
});
</script>
The problem is, that in firefox 3.0 the icon trigger works,
<input class="hasDatepicker" id="datepicker" name="tbl_datum
[date_test_string]" size="30" value="19.05.1965" type="text"><img
title="..." alt="..." src="/images/calendar_16x16.png" class="ui-
datepicker-trigger">
in IE7,
<input id="datepicker" name="tbl_datum[date_test_string]"
size="30" type="text" value="19.05.1965" />
the img-tag doesn't appear.
I tried and searched (in the web) a lot, but nothing works.
Do somebody knows a solution?
Thanks ahead for every suggestion!!
Regs
Herman