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

BackGround Image

2 Answers 38 Views
Dock
This is a migrated thread and some comments may be shown as answers.
harika dasari
Top achievements
Rank 1
harika dasari asked on 03 Nov 2009, 09:12 AM
Hi,

   I have a dock,with exapnd/collapse buttons.
i need to apply images for the expand/collapse buttons 
but i'am unable to do so by setting the background-image for rdcollapse in the style.

 

<style type="text/css">

 

 

.rdTitlebar,.rdTitle,

 

{

 

color:#525E75 !important;

 

 

font-family:Trebuchet MS !important;

 

 

font-weight: bold !important;

 

}

 

 

.rdCollapse

 

{

 

background-image:url('C:\SaaS\DockStlye\DockStlye\Images\green.arrow.down.19x19.gif') !important;

 

 

}

 

</style>

 


Above is the stlye which has been applied,but no image is being displayed.
Need help on this issue

Thanks in Advance
Pushpa.




  

2 Answers, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 05 Nov 2009, 01:22 PM
Hello Pushpa,

The url you are using for the background-image is the physical path where the specified image is located and that is why the image is not applied because it can't be found.

Test the attached project. It will give you an idea about how to set the url.


Sincerely yours,
Pero
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
harika dasari
Top achievements
Rank 1
answered on 06 Nov 2009, 04:58 AM
Hi Telerik,

   Thanks for ur response it was really helpful and now working fine :-)


Thanks
Pushpa.


Tags
Dock
Asked by
harika dasari
Top achievements
Rank 1
Answers by
Pero
Telerik team
harika dasari
Top achievements
Rank 1
Share this question
or