I know that if you use a “-” sign and there is a low width percentage (in my case 3) this “error” occurs, but not when it comes to bigger numbers such as 50%+.
Anyone has a suggestion on how I can get rid of this annoying “error” in internet explorer?
If you look at the picture, the reason for setting the width of the tables is so that you can see how much of the bar that is filled with color, as well as you see it with numbers. This is how i want it to be. The problem occurs, just as I said only in internet explorer.
I know that you can use something like this to get around the problem
But I don’t know what to write in ‘iestyle.css’ to correct it. Because I do want the width of the color in the <tr> to be the same as the numbers inside it.
And everything that i use in css and html code is posted
The reason for 3 % is that i want it to show the diffrence, for example I take the current percentage minus previous percentage to see the diffrence.
And the width is the diffrence.
The reason for 3 % is that i want it to show the diffrence, for example I take the current percentage minus previous percentage to see the diffrence.
And the width is the diffrence.
I was referring to stuff like this
style=“width: 3%;”
style=“width:0%;”
You don’t have to reflect the date in the style declarations.
The code you posted here doesn’t seem to relate much to what you posted originally. It’s a bit confusing. Why not post the whole table code and all the css relating to it?