Slider counter box not showing up down arrows

Slider counter box not showing up down arrows

When I use the slider the up down arrows in the counter box show in Safari and Chrome and do not show in Ipad, IE9 and Firefox.
 arrows show in Safari and Chrome
 
Does not show in Ipad, IE 9 and Firefox
 
code
 <input type="range" name="slider" id="slider-0" value="25" min="0" max="100"  />
using
<meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0-alpha.1/jquery.mobile-1.2.0-alpha.1.min.css" />
 <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
 <script src="http://code.jquery.com/mobile/1.2.0-alpha.1/jquery.mobile-1.2.0-alpha.1.min.js"></script>