Hi..
i am using RadPanel Items bar with ImageUrl.
i don't want all items with same style. means first item comes as header like style. but i don't want that style.
and
i want to give indent accoring to level..
i tried to give CSS like
.RadPanelBar_Office2007 .rpRootGroup, .RadPanelBar_Office2007 .rpRootGroup .rpLink
{
border: none !important;
}
.RadPanelbar_Office2007 .rpLevel1 .rpImage
{
padding-left: 5px;
}
.RadPanelbar_Office2007 .rpLevel2 .rpImage
{
padding-left: 13px;
}
.RadPanelbar_Office2007 .rpLevel3 .rpImage
{
padding-left: 21px;
}
.RadPanelbar_Office2007 .rpLevel4 .rpImage
{
padding-left: 29px;
}
but it does not work...
i am using RadPanel Items bar with ImageUrl.
i don't want all items with same style. means first item comes as header like style. but i don't want that style.
and
i want to give indent accoring to level..
i tried to give CSS like
.RadPanelBar_Office2007 .rpRootGroup, .RadPanelBar_Office2007 .rpRootGroup .rpLink
{
border: none !important;
}
.RadPanelbar_Office2007 .rpLevel1 .rpImage
{
padding-left: 5px;
}
.RadPanelbar_Office2007 .rpLevel2 .rpImage
{
padding-left: 13px;
}
.RadPanelbar_Office2007 .rpLevel3 .rpImage
{
padding-left: 21px;
}
.RadPanelbar_Office2007 .rpLevel4 .rpImage
{
padding-left: 29px;
}
but it does not work...