图像在 Chrome 中无法正确浮动
在这个网站上> http://upcycledonline.com/test/Site/defaultUpCyc.html 当我查看它时在 Chrome 中,rightEdge 图像看起来像是被什么东西推下来了。我已经多次重新排列代码,并在不同的地方尝试了图像,但没有成功。请帮忙!
我应该把它放在 div 中并尝试让它做这样的事情吗?
On this site> http://upcycledonline.com/test/Site/defaultUpCyc.html when I view it in chrome the rightEdge image looks like it is pushed down by something. I have rearranged the code several times and tried the image in different places with no luck. Help please!
Should I throw it in a div and try to make it do something that way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以更改标记吗?如果是这样,请执行以下操作:
请注意:
新浮动 div 内的任何内容本身都不应该浮动。
您需要在标题上使用overflow:auto
您必须调整内容div的高度
You can change the markup? If so, do this:
Note that:
Nothing inside the new floated div should itself be floated.
You need that overflow:auto on the header
You will have to adjust the height of the content div