skip to main
|
skip to sidebar
What I know..
Thursday, March 26, 2009
Ajax Calendar display problem
The Ajax calendar might display something like this
This problem is due to padding in the css file.
To set this right, you can append
div.ajax__calendar_days table tr td
{
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;
}
to the css file.
The calendar now looks like this
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2009
(6)
►
April
(1)
▼
March
(4)
Ajax Calendar display problem
How to set script url`s relative to the website in...
Failed to access IIS metabase problem
Add View Dialog in Asp.NET MVC not showing View Co...
►
February
(1)
About Me
Chethan R Vasishta
View my complete profile
No comments:
Post a Comment