作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个宽度为 100% 的 div:在那个 div 中,我试图将图像向右浮动。
<div class="card-panel valign-wrapper "
style="height: 50px; width: 100%; position: fixed; top: 290px;
background: white; z-index:3; ">
<h5 class="valign" class="right-align">Beer Menu</h5>
<img id = "moreInfo" style="vertical-align: middle; float: right" src="img/more.png"
height="30" width="30">
</div>
我一直在尝试使用 chrome inspect element 尝试多种不同的方式将图像 float 到屏幕的右端并将文本留在左侧但不起作用。
这是一张带有周围代码的图片:
最佳答案
一些建议:
只要确保清理您的 CSS,一切都会变得更容易。
编辑:
它不是最好的,但将它添加到你的图像中对我有用:
right: 0px;
top: 10px;
position: absolute;
关于html - <div> 中的 img 不向右浮动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33623279/
我是一名优秀的程序员,十分优秀!