Home > Web Front-end > HTML Tutorial > 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
Release: 2016-06-24 12:25:36
Original
1469 people have browsed it

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

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~~~~~~

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template