Hello,
I want to create a simple slider that would otherwise take the place of a vertical scrollbar and would show up only when a text string is too large to fit into a specifically sized div.
I can do this easily enough with CSS as such:
<div class="text" style="width:200px;height:100px;overflow:auto;" >
<h4>Details:</h4>
<p>An error message is a message displayed when, etc. etc.<p>
</div>
When the text string is longer than what will fit inside a 200x100 box a slider appears and allows the user to see the remainder of the text by scrolling down.
Basically all I want to do is replace the default scroll bar with something that looks better.
I looked at the live example (http://demos.telerik.com/aspnet-ajax/slider/examples/customscrollbar/defaultcs.aspx) but I'm having trouble understanding the sample code provided at the bottom of the page. My experience is heavy in design, XHTML markup, and CSS but light in programming, do I need a developer to help me with this or is there something specific I should read up on that can help me understand how to implement this?
Thanks,
Bob
I want to create a simple slider that would otherwise take the place of a vertical scrollbar and would show up only when a text string is too large to fit into a specifically sized div.
I can do this easily enough with CSS as such:
<div class="text" style="width:200px;height:100px;overflow:auto;" >
<h4>Details:</h4>
<p>An error message is a message displayed when, etc. etc.<p>
</div>
When the text string is longer than what will fit inside a 200x100 box a slider appears and allows the user to see the remainder of the text by scrolling down.
Basically all I want to do is replace the default scroll bar with something that looks better.
I looked at the live example (http://demos.telerik.com/aspnet-ajax/slider/examples/customscrollbar/defaultcs.aspx) but I'm having trouble understanding the sample code provided at the bottom of the page. My experience is heavy in design, XHTML markup, and CSS but light in programming, do I need a developer to help me with this or is there something specific I should read up on that can help me understand how to implement this?
Thanks,
Bob