+ 1
Why internet explore not showing progress bar
4 Antworten
0
Status: <progress min="0" max="100" value="35">
</progres>
simply i want to try this code. internet explore version 7 i think this is the browser problem
0
You need IE 10 or newer.
- 1
some browers dont support the progress attribute. IE is one of those broesers. If you want to see the progress bar, copy the url and open it in chrome. it will work there. and make sure to put an extra s on progress in the code:
<progress min="0" max="100" value="35">
</progress>
- 2
there's lots of reasons why a browser wouldn't show a progress bar - so we need more info: what are you doing that should show a progress bar? do other browsers show it? are we talking about a progress bar that you are showing via HTML and styled with CSS? how are you moving it? could you show us some code so we can know how you've tried to implement it?