Div 未调整以适合图像的高度和宽度
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能不是您所期望的,但是您不能调整图像大小吗?对我来说,这似乎比期望 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.
如果指定 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.