I tried to added jquery datepicker in the custom webpart finally added the datepicker. After that I noticed in my SharePoint 2007 site menu style totally changed the font size of the menu became tiny.
The way to fix the problem is
1. Open the jquery style sheet demos.css
2. Remove the style
table
{
font-size: 1em;
}
now it is working fine.
Happy Coding :)
The way to fix the problem is
1. Open the jquery style sheet demos.css
2. Remove the style
table
{
font-size: 1em;
}
now it is working fine.
Happy Coding :)