Hi,
I have a Textbox/CalendarExtender in a table, whose td style contains "padding:10px;". When I click in the textbox to open the calendar it appears to be all messed up. On further investigation, it appears to be inheriting the padding from my table. When I remove the "padding:10px;" line from my table style, the calendar displays fine. Has anyone any idea how to override this?
Many thanks,
Simon
What if you set the CssClass property for the CalendarExtender and in the class definition, you set the padding on td:s to 0?