Hello all,
Not sure if my first post went through. Hope this is not
duplication.
I am using a datepicker theme downloaded from ui.jquery.com. I have a
display problem with jquery datepicker in IE 6.0. The border of the
datepicker pop-up is not shown in IE 6.0, the background of the pop-up
window is white (should be gray) and the back- and forward navigation
icons are shown in a wrong color. FF and later versions of IE are
showing the expected correct result.
Am I missing something here?
Thanks a lot in advance for your help!
Markus
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML>
<HEAD>
<TITLE>datepicker</TITLE>
<script type="text/javascript" src="../30_JS/jquery.js"></script>
<script type="text/javascript" src="../30_JS/ui/i18n/ui.datepicker-
de.js"></script>
<script type="text/javascript" src="../30_JS/jquery-ui-
personalized-1.6rc4.js"></script>
<link rel="stylesheet" type="text/css" href="../00_CSS/
00_jquery_theme/ui.all.css">
<script type="text/javascript">
$(function() {
$('#date-pick-occupied-1').datepicker
({ showOn: "button",
buttonImage: "../20_IMG/
icon_date_picker.png",
dateFormat: 'dd.mm.yy',
buttonImageOnly: true });
});
</script>
</HEAD>
<BODY>
<input type="text" id="date-pick-occupied-1" />
</BODY>
</HTML>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---