Home  >  Article  >  Web Front-end  >  The css style does not wrap beyond the ellipses and is not compatible with firefox_html/css_WEB-ITnose

The css style does not wrap beyond the ellipses and is not compatible with firefox_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:25:361428browse

width:160px;	overflow:hidden;	white-space:nowrap;	text-overflow:ellipsis;	-o-text-overflow:ellipsis;

Only valid for IE
How to make it compatible with firefox


Reply to the discussion (solution)

Which version of ff are you using? Compatible? There is no problem with ff24.0.
Can you use other browsers?

Which version of ff are you incompatible with? There is no problem with ff24.0.
Can you use other browsers?
My firefox is the latest 25.0
But there is indeed a problem
It seems that this part needs to be turned into inline-block
But it still needs to be adjusted


Which version of ff is this incompatible with? There is no problem with ff24.0.
Can you use other browsers?
My firefox is the latest 25.0
But there is indeed a problem
It seems that this part needs to be turned into inline-block
But it still needs to be adjusted
Then adjust it

According to what you mean, you are using this effect on an inline element?

No wonder I don’t have any problems, I use block-level elements.

Just adjust slowly~~~~~~

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn