Home >php教程 >PHP开发 >Firefox/IE browser flash is transparent, css is forced not to wrap, and overflow is hidden

Firefox/IE browser flash is transparent, css is forced not to wrap, and overflow is hidden

高洛峰
高洛峰Original
2016-11-24 14:54:421681browse

Firefox/IE browser flash transparent




   

css forces no line breaks, overflow is hidden

white-space:nowrap;

overflow:hidden

Syntax: text-overflow: clip | ellipsis value:
clip : Default value. Do not display the omission mark (...), but simply crop it
ellipsis : Display the omission mark (...) when the text in the object overflows


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