Hi,
The code below works perfectly in Chrome and FF, however in IE8-9-10 it does not display good and does not open the popup as expected...
The attached file show how it looks in IE...
Did I missed something?
Regards,
Peter
The code below works perfectly in Chrome and FF, however in IE8-9-10 it does not display good and does not open the popup as expected...
<html><head> <title></title> <link href="css/kendo.common.css" rel="stylesheet" type="text/css" /> <link href="css/kendo.default.css" rel="stylesheet" type="text/css" /></head><body> <form id="form1" action="Default.aspx"> <div> <input id="timepicker" /> </div> </form> <script src="js/jquery.js" type="text/javascript"></script> <script src="js/kendo.core.js" type="text/javascript"></script> <script src="js/kendo.fx.js" type="text/javascript"></script> <script src="js/kendo.popup.js" type="text/javascript"></script> <script src="js/kendo.timepicker.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function () { $("#timepicker").kendoTimePicker(); }); </script></body></html>The attached file show how it looks in IE...
Did I missed something?
Regards,
Peter
