Click here to Skip to main content
15,886,017 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a datepicker and I have set conditions to enable few dates in that.
I want to set styles only for the enabled dates inside<style></style>
particularly want to outline the enabled dates as dotted

can anybody help on this


using the below code but its not working...don't know why
CSS
.ui-datepicker td a
        {
            text-decoration: underline;
            outline: #000000 dotted 1px;
        }
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900