可能重复:
仅使用CSS定位Firefox
我需要专门针对firefox,因为他们min-width/ box-sizingbug.
所以我有1个正常min-width,但对于mozilla我想要一个不同的min-width.
有没有可用的纯CSS/HTML解决方案?
谢谢
sdl*_*rhc 15
你可以使用以下内容来定位(据我所知)所有版本的Firefox,没有别的:
@-moz-document url-prefix() {
/* firefox-only css goes here */
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
13094 次 |
| 最近记录: |