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: enter image description here

and in new app, looks this:
enter image description here

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

Popular posts from this blog

python - TypeError: start must be a integer -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

html - href attribute breaking an element -