Hello Every one I really want to know how to add an event icon on an specified event.
For example, I want that the cell of the date of '2011-11-05' to have an icon on it.
I found a way of using CSS to implement it, but it's not specified by a date.
It is
.fc-day1 {
background: url('red.png') no-repeat;
min-height: 49px;
min-width: 64px;
}
or
.fc-mon {
background: url('red.png') no-repeat;
min-height: 49px;
min-width: 64px;
}
they specify the date by Monday... or Element N in a month.
But I want to specify the date like 10/30 or 2/28 precisely.
How can I achieve that? Thanks a lot.
Mergedinto: 191