Existing CSS Styling messing up the displaying of the Calendar
Asked by MikeyB 16 years ago.
Hi,
I have just placed a DayPilotCalendar control onto a page that already contains CSS, when viewing the page the calendar control is not displayed correctly, I believe this problem is due to the existing CSS and this...
th, td, caption {
padding:4px 10px 4px 5px;
}
I need to keep the existing CSS for the look and feel of the site, however I don't want the DayPilotCalendar to use this existing CSS.
Does anyone have any suggestions on how to resolve this issue?
Thanks.
Thanks... This is what I ended up doing...
.DayPilot th, td
{
padding:0px;
}
.DayPilot Table
{
margin-bottom: 0;
}
But basically the same end result.
Many thanks.
MikeyB
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.