Hello,
I would like to apply an image for DatePopUpButton by using a command in calendar skin.
I have implemented the following snippet code:
The image is not shown but when a mouse is over the place where the image should be shown, is possible to open a calendar. The only problem is that the image is not visible.
Do you know what might be the reason?
Thank you in advance.
I would like to apply an image for DatePopUpButton by using a command in calendar skin.
I have implemented the following snippet code:
| .RadPicker_OT .rcCalPopup, |
| .RadPicker_OT .rcTimePopup |
| { |
| overflow:hidden; |
| display:block; |
| width:16px; |
| height:16px; |
| background:url('<%=WebResource("OTSkin.Calendar_Imagenes.IcoCalendario.gif")%>') no-repeat; |
| text-indent:-1111px; |
| text-align:center; |
| } |
The image is not shown but when a mouse is over the place where the image should be shown, is possible to open a calendar. The only problem is that the image is not visible.
Do you know what might be the reason?
Thank you in advance.
