Div 未调整以适合图像的高度和宽度

发布于 2024-11-08 11:19:00 字数 313 浏览 4 评论 0原文

我有一个 div (div#slideImage) 和一些图像。

但这不是通过调整该 div 内的图像来实现的 div。

查看完整页面。 请注意,div 的尺寸(宽度:75px;高度:28px;)小于图像的尺寸。

我正在使用插件 jquery.cycle

I have a div (div#slideImage) and within a few images.

But this is not div by adjusting the images inside that div.

See the full page.
Note that the size of the div (width: 75px; height: 28px;) is smaller than the size of the image.

I'm using the plugin jquery.cycle

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

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

发布评论

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

评论(2

叫嚣ゝ 2024-11-15 11:19:00

这可能不是您所期望的,但是您不能调整图像大小吗?对我来说,这似乎比期望 div 为你做这项工作更有意义。

This probably isn't what you were expecting, but can't you just resize the image? It seems to make more sense to me than expecting the div to do the work for you.

可是我不能没有你 2024-11-15 11:19:00

如果指定 div 的尺寸,则包含的节点将被剪切或滚动,具体取决于 div 的溢出属性。最好的办法是将 div 的尺寸设置为更有用的值。

If you specify the dimensions of a div, then contained nodes will either be clipped or scrolled depending on the div's overflow property. Your best bet is to set the dimensions of the div to more useful values.

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