craigeves ha scritto:
Where am I going wrong?

 $(document).ready(function(){

        $("#progress_bar").animate({
        width: "250px",
      }, 1500 );
  });
You have an error in your syntax that firefox ignores, after the "250px" you have a comma.

Bye

--
gianiaz.net - web solutions
via piedo, 58 - 23020 tresivio (so) - italy
+39 347 7196482

Reply via email to