gpt4 book ai didi

html - 为什么当我更改 margin 值时什么也没有发生?

转载 作者:行者123 更新时间:2023-11-28 11:46:56 24 4
gpt4 key购买 nike

我很快就在 friend 的博客上放了一张 float 图片,但更改边距值没有任何作用。

#pic{ 
z-index:9999999999999999;
position:fixed;
width:200px;
background-color: transparent;}

和结构:

<div style="margin-bottom:0px;" id="pic" ><img src="{image:Sidepicture}" style="width:200px;"</a></div> 

当我更改边距值时,无论我做什么,图片都停留在左上角。

最佳答案

罪魁祸首可能是 position: fixed;

#pic{ 
z-index:9999999999999999;
position:fixed;
width:200px;
background-color: transparent;}

这就是图片的所有代码吗?看起来 #pic 卡在了 top: 0, left: 0

尝试完全删除 position: fixed 行,看看会发生什么

如果不行,也试试加上position:relative;

关于html - 为什么当我更改 margin 值时什么也没有发生?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20463054/

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