This is a migrated thread and some comments may be shown as answers.

doubts in css in the skin web 2.0¡¡¡¡¡

4 Answers 76 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Ruben
Top achievements
Rank 1
Ruben asked on 28 Aug 2008, 06:49 PM
Hi

I deal to change the css in the select day but dont take the change.

How i can do it?

Thanks

Ruben Herrera.

4 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 29 Aug 2008, 09:05 AM
Hello Ruben,

Please explain what exactly are you trying to do. Some sample code will be useful in this case.

Greetings,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ruben
Top achievements
Rank 1
answered on 30 Aug 2008, 12:28 AM
hi dimo

I'm trying to put an image when the mouse over day. or put a image in the special day's, for example i do a css, in the property of css of rad calendar()  i set my css that i do

<

SelectedDayStyle CssClass="MyCssClass" />

but dont take the changes,

my version of rad controls is "RadControls for ASPNET AJAX Q1 2008"

thank's
Ruben Herrera.

0
Accepted
Dimo
Telerik team
answered on 01 Sep 2008, 05:39 AM
Hi Ruben,

The RadCalendar Web20 skin applies background images on the <a> elements inside the table cells. So if you want to replace those, please use CSS rules in the following format:

td.MyCssClass  a
{
    background: .....  ;
}



All the best,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ruben
Top achievements
Rank 1
answered on 01 Sep 2008, 02:49 PM
Hi dimo

it works your answer

thank's

Ruben Herrera.
Tags
Calendar
Asked by
Ruben
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Ruben
Top achievements
Rank 1
Share this question
or