how to trim a long string in IE8. I tried several options did not work. Now it looks like this for me:
.serversName { vertical-align: top; padding: 5px 0 0 10px; max-width: 183px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } In Chrome clips. I'm testing this way: I have a minimum site width of 920px. I hold down the CTRL key and increase the site. When it reaches the desired width, the line starts to be clipped and 3 points are added. And in IE8, all the rules in styles are ignored, the site’s grid collapses.
Someone faced with such a task and how wiser to do it? Here is the site where I do it: Go to the site
.serversName? - Nikita Umnovmax-width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hiddenmax-width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hiddenmax-width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden- Nikita Umnov