我要做的是创建一个包含赞助商名称的 2 列表。我正在使用 css 外部文件,但每次我认为我得到它时,都会有一些东西会引发猴子扳手。例如 IE9,我的第一个赞助商名称就离题了。
<div id="Sponsors">
<dl>
<dt>
<dd>
<sp>Seth Jackson-Edward Jones</sp>
</dd>
</dt>
</dl>
</div>
这是我在外部 css 文件中使用的 css
sp{
position: absolute;
top: 279px;
padding: 0 0 0 0;
font-weight: bold;
margin: 0 0 0 0;
color: #D91D1F;
width: 206px;
left: 338px;
}
我想我做错了。我希望能够在我去的时候添加更多。