请问使用浮动实现一下效果该怎么实现?外部不想让其浮动是要加一个div吗?
3条回答 默认 最新
关注 这个不需要用浮动,绝对定位就可以。
<style> #contain { display: inline-block; position: relative; width: 150px; height: 150px; } img { width: 100%; height: 100%; } #content { position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; background-color: black; text-align: center; line-height: 30px; color: white; } </style> <body> <div id="contain"> <img/> <div id="content"> 这是文字部分 </div> </div> </body>
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 1无用 1
悬赏问题
- ¥15 pcl运行在qt msvc2019环境运行效率低于visual studio 2019
- ¥15 MAUI,Zxing扫码,华为手机没反应。可提高悬赏
- ¥15 求帮看看那里的问题ssh项目报错
- ¥15 python运行报错 ModuleNotFoundError: No module named 'torch'
- ¥100 华为手机私有App后台保活
- ¥15 sqlserver中加密的密码字段查询问题
- ¥20 有谁能看看我coe文件到底哪儿有问题吗?
- ¥20 我的这个coe文件到底哪儿出问题了
- ¥15 matlab使用自定义函数时一直报错输入参数过多
- ¥15 设计一个温度闭环控制系统