<script type="text/javascript"> function changeBarAWidth(){ var bar = document.getElementById('firstbar'); ...
I need to find a way to pass the visible div to javascript. This may not even be the best way to accomplish what I'm trying to accomplish, so I'm open ...