1

这是代码:

<form id="the_form" action="">ev
</div>
<!-- final pay_block -->
<div class="linea"/>
<div class="spacer"/>

linea 与购买按钮重叠,现在位于中间,因为有 margin-bottom: 15px 已应用。

编辑:

这是网站:http ://tinyurl.com/cboyymm

我还想要在同一位置显示支付按钮。我为产品描述留出了足够的空间,并且我之前为不同的 div 固定了一个高度。这是正确的吗?我想以最简约的方式制作它。非常欢迎提示,因为我正在使用这个项目来学习。

提前致谢。起初我很害怕在这里发东西,因为我不想弄乱,我很惭愧我这么笨。但我受到了非常热烈的欢迎。不想滥用,只知道为什么会发生这种小事。

4

1 回答 1

0

现在定义min-height

#pay_block {
    min-height: 78px;  // add this line 
height:78px;  // remove this line

}

行号:-此 css 文件tienda1.css中的612

结果是这个

在此处输入图像描述

于 2012-11-27T04:38:50.987 回答