faalbane
faalbane

Reputation: 1

JQuery Datepicker previous and next icons not showing up in JQuery Tabs element?

For some reason, the previous and next icons in jQuery Datepicker aren't showing up when I insert a datepicker within a jQuery Tabs element. CSS is also impacted. Here's a screenshot:

JQuery Calendar Potential Issue When Embedded in JQuery Tabs Element

enter image description here

Upvotes: 0

Views: 1105

Answers (1)

Simon Kraus
Simon Kraus

Reputation: 736

This is because you did not copy the Images (icon srites) from your downloaded jQuery build to your project. it must be (relatively to your jquery-ui.min.css) in a folder called "images". the icon sprites are named like so: "images/ui-icons_HEXCOLOR_256x240.png". Add them into the correct path and it will be okay.

Upvotes: 1

Related Questions