Why internet explore not showing progress bar | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why internet explore not showing progress bar

19th Jul 2016, 2:11 PM
Abid Hussain
Abid Hussain - avatar
4 Answers
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
19th Jul 2016, 4:17 PM
Abid Hussain
Abid Hussain - avatar
0
You need IE 10 or newer.
19th Jul 2016, 9:05 PM
ZinC
ZinC - avatar
- 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>
20th Jul 2016, 12:59 AM
Michelle Stallings
Michelle Stallings - avatar
- 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?
19th Jul 2016, 3:30 PM
Phil
Phil - avatar