I am attempting to set the width of my .bar-1 outer span element based on the value of my inner span element.
<span class="bar bar-1">
<span name="PERCENTAGE" id="PERCENTAGE" disabled="" title="Total Percentage" maxlength="255" value="66" tabindex="-1" sectionid="MODE_TOOL">
<span class="Text">66</span>
</span>
Although I cannot change the content, I am exploring ways to make the width of my outer span equal to 66%.