Me Again :)
I came up with jQuery which looks like:
1.
$("a").attr("style","left: 95.7143%;")
If you try this out with Firebug it will change the position of the slider, but wont change the value associated with the slider position in the right hand side. As shown in the above screenshot. ( Yes it does change the attribute of all the anchor tags )
I want the value to change, with respect to the slider position. Any pointers please? I am finding it difficult to execute JavaScript function from Firebug using jQuery.
Your answer would be much appreciated.