c# - Any idea why this jquery datepicker control only loads part of the CSS? -
developing c#/asp.net app , i've used datepicker control before. imported necessary bits 1 app new one. in old app, looks this:
and in new app, looks this:
as can see, background color right. background gradient image word "next" matches background image prev , next arrows, layout fubar. oh, , year dropdown overlays prev button , month dropdown.
the jquery-ui datepicker / calendar tool formed 2 components. jquery build object , underlying css file. yours not same because classes , ids assigned not in same format defined calendar. if wish occur such, need run both next each other , inspect them. see particular set of classes, investigation see differences between 2 implementations.
as sidenote: want make sure both jqueryui , css consistent way files match 1 another.
overall, when apply css correctly, variant of calendar similar of original.
Comments
Post a Comment