i did code simple css process bar. need range or textbox value div width <div style="width:50%;"> , when user change value of range or textbox textbox takes range value in code. can using javascript? *i'm not js no idea how start! possible do? here's simple code: .graph { width:200px; margin-left:25px; height:20px; background: rgb(168,168,168); background: -moz-linear-gradient(top, rgba(168,168,168,1) 0%, rgba(204,204,204,1) 23%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,168,168,1)), color-stop(23%,rgba(204,204,204,1))); background: -webkit-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%); background: -o-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%); background: -ms-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%); filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#a8a8a8', endcolorstr='#cccccc',gradienttyp...