我有一个 div 只包含 div 内的图像,其中包含所有文本(编写教程)。
html是
<div class="hav">
<img src="presentation/hav.png" alt="hav.png" title"hav" />
</div>
样式表上的 CSS 是
#hav
{
position: absolute;
top: 600px;
left: 200px;
}
有什么猜测吗?我知道这很简单。它只是不会移动。
我有一个 div 只包含 div 内的图像,其中包含所有文本(编写教程)。
html是
<div class="hav">
<img src="presentation/hav.png" alt="hav.png" title"hav" />
</div>
样式表上的 CSS 是
#hav
{
position: absolute;
top: 600px;
left: 200px;
}
有什么猜测吗?我知道这很简单。它只是不会移动。