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





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to