Hi,
I have a progress bar area on my page, I'm trying to remove ther header. Have read that this could be done with the following style changes:
However this makes no difference - am I missing something?
I have a progress bar area on my page, I'm trying to remove ther header. Have read that this could be done with the following style changes:
<style type=
"text/css"
>
RadProgressArea .ruProgress
{
padding
:
15px
0
0
!important
;
}
RadProgressArea_Windows
7
.ruProgress
{
background-image
:
none
!important
;
}
</style>
However this makes no difference - am I missing something?