Hi !
I use RichFaces (version 3.3.1)
I have a problem with view of richfaces-calendar.
I wrote this code in my JSP file:
<h:panelGrid styleClass="alap">
<rich:calendar />
</h:panelGrid>
My CSS file:
table.alap {
font-size: 13px;
font-family: Verdana, sans-serif;
}
table.alap td {
background-color: green;
}
So, all the cells of calendar have green colour of background, but I don't want this view.
I would like to protect the cells of calendar from the outer effect.
Bye, xesj.hu