我相信这是一个简单的修复,但到目前为止我找不到它。
(考虑下面的截图)
我有一个<a class="addcomment">
在 a 内<p>
,我只是希望<a>
始终位于 的左下方<p>
,无论其高度如何。
即使
position: relative; left: 0px; bottom: 0px;
我确定 the<p>
是<a>
.
这是元素的当前 CSS 样式:
a.addcomment:link,
a.addcomment:visited {
text-decoration: none;
border-bottom: 1px dotted #820106;
color: #820106;
}
a.addcomment:hover,
a.addcomment:active {
text-decoration: none;
border-bottom: none;
color: #820106;
}
提前感谢您的知识和建议