html/css 中元素可以有小数高度吗?

发布于 2024-10-13 05:50:48 字数 165 浏览 2 评论 0原文

我正在一个网站上工作,当我用 firefox 中的 firebug 查看它时,各种元素的高度似乎都是 133.8 像素,而 chrome 中的 firebug lite 报告的高度为 133px,使用相同的方法。 这是浏览器渲染的差异,还是只是 firebug 带来的好奇心? 我认为像素必须以整数来测量......

I am working on a site, when I look at it with firebug in firefox various elements seem to have heights like 133.8 pixels, whereas firebug lite in chrome reports the height as 133px for the same method.
Is this a difference in the browser rendering, or is it just a curiousity brought on by firebug?
I thought pixels had to be measured in integers...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半岛未凉 2024-10-20 05:50:48

有趣的事情。我今天刚刚尝试过,Chrome 25 和 Firefox 19 似乎支持它,我什至使用了内联 img 宽度和高度:

<img src="something" width="39" height="21.5" />

我有一系列具有绝对定位的图块连接形成对角线,我知道它有效,因为该线是波浪形的,我必须使用 .5 才能使其变直。

Funny thing. I just tried today and booth Chrome 25 and Firefox 19 seemed to support it, and I even used inline img width and height:

<img src="something" width="39" height="21.5" />

I had a series of tiles with absolute positioning connected to form a diagonal line, and I know it worked because the line was wavy and I had to use the .5 to make it straight.

你的心境我的脸 2024-10-20 05:50:48

您可以使用 px 以外的单位来表示小数值。像em、in、等。

You can have decimal values in units other than px. Like em, in, etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文