Click here to Skip to main content
15,893,190 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,


I am using the below style sheet . but its not changing the color or slider while I am moving from one step to another. Kindly help me on this asap.

<style type="text/css">
.ajax_slider_h_rail
{
position: relative;
height: 18px;
width: 400px;
background: url('Images/1.png') repeat-x;

}
.ajax_slider_h_handle
{
height:10px;
width:10px;
position:absolute;

}

</style>
Posted

1 solution

you can apply styles using the following properties

RailCssClass="ajax__slider_h_rail"

HandleCssClass="ajax__slider_h_handle"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900