up vote 0 down vote favorite
share [g+] share [fb]

When I use the jQueryUI datepicker along with blockUI then the month and year dropdowns do not show when viewing the site in Chrome, they show fine in IE8 and FF3.

Any ideas how to solve this issue?

link|improve this question
1  
You will be 100 times more likely to get great answers, if you edit your question and post some code along with it. – ichiban Jun 16 '09 at 12:57
feedback

1 Answer

Same issue was resolved in here. Showing jQuery calendar in a jquery dialog popup

beforeShow: function(){ $('#ui-datepicker-div').css('z-index', 9999); }

Happy Coding.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown