Posted on: 5/27/2014 8:50:38 PM | Views : 449

My Ajax Calender is showing up half (only 4 days a week)


To me it seems like some problem with styling.
here is my code:
<style type="text/css"> table.Theme00 { font-family: verdana,arial,sans-serif; font-size:11px; color:#333333; border-width: 1px; border-color: #999999; border-collapse: collapse; } table.Theme00 th { background-color:#c3dde0; border-width: 1px; padding: 8px; border-style: solid; border-color: #a9c6c9; } table.Theme00 tr { background-color:#d4e3e5; } table.Theme00 td { border-width: 1px; padding: 8px; border-style: solid; border-color: #a9c6c9; } .cal_Calender .ajax__calendar_container{ background-color: #e2e2e2; border:solid 1px #cccccc; } .cal_Calender .ajax__calendar_header{ background-color: #FF9900; margin-bottom: 4px; } .cal_Calen ...

Go to the complete details ...