Hi,
I have alittle issue with the wrapping on my progress bar. I am at the point of asking here because i have tried the white-space: nowrap as well as display: inline and other css and not sure what to try next.
Its seems to start out fine and then the % wraps for just a moment and then its ok the rest of the way till complete.
I have included a pic as well. I dont think at this point it is a js issue.
Here is the CSS:
Any ideas how to stop it from wrapping?
Code:
/**
*************************
* P R O G R E S S B A R
*************************
*/
#progressBar {
width: 400px;
height: 22px;
border: 1px solid #111;
background-color: #292929;
}
#progressBar div {
height: 100%;
color: #fff;
text-align: right;
line-height: 22px;
width: 0px;
background-color: #0099ff;
}
Thanks :)
UPDATE: wow for some reason posting this made me think of overflow hidden... it worked
برچسب:
نویسنده: آیلین رضوانی
تاريخ: سه
شنبه
19 دی
1396 ساعت: 17:24