jQWidgets Forums

jQuery UI Widgets Forums Editors DateTimeInput Why different styles applied on different browsers ?

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • rishisahi
    Participant

    Hi,

    When I see my date picker on different browser it’s not uniform. For example, Firefox displays desire size whereas Chrome display extra height. When I inspect elements on both the browser found on firefox height is 130×25 but on Chrome it’s 130×37 which probably results bigger height on Chrome. Any idea how to make it uniform ?

    null

    $("#jqxExpander").jqxExpander({
           width: 850,
           expanded: false, 
             initContent: function () {
               $("#jqxStDtWidget").jqxDateTimeInput({width: '130px', formatString: "dd/MMM/yyyy"});
               $("#jqxEnDtWidget").jqxDateTimeInput({width: '130px', formatString: "dd/MMM/yyyy"});
           }
    });

    Peter Stoev
    Keymaster

    Hi rishisahi,

    Look at our samples and documentation, please. Same styles are applied in all browsers. I would stongly suggest you to read and learn before write. If you know how things should be done, you will do them correctly and you will not have issues.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.