gpt4 book ai didi

html - 无法移动显示 block 中的图像?

转载 作者:太空宇宙 更新时间:2023-11-03 20:41:39 24 4
gpt4 key购买 nike

这是我的 HTML:

<div id="mitte"><a href="http://www.web.com"><img id="img_mittig" src="tienda.png" /></a></div>

这是我的 CSS:

#img_mittig{ display: block; margin-left: auto;margin-right: auto;}

img 位于右中,但是当我尝试使用 top: 200px; 向下移动图像时,它不起作用。为什么?

最佳答案

您需要在元素上添加 position 才能使用 top
例如:

#img_mittig { position: relative; top: 200px; }

关于html - 无法移动显示 block 中的图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25107580/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com