gpt4 book ai didi

css - 我怎样才能让div漂浮在主容器之外

转载 作者:行者123 更新时间:2023-11-28 13:27:53 25 4
gpt4 key购买 nike

我正在使用模板处理 WP,我试图让一个按钮浮在主容器之外。我在这里解决了一些已经发布的问题,但没有成功。

我尝试过填充、边距、溢出等。似乎可行的一件事是设置负边距,但在那种情况下,div 被主容器隐藏了。

这是 HTML:

<div class="purchase_options_meta clearfix">
<div class="purchase_options">
<div id="deal_attributes_wrap" class="section ">
</div>
<div class="buy_button gb_ff font_x_large">
</div>

</div>
</div>

这是我正在使用的 CSS:

    .container.main {
width: 980px;
padding: 20px;
overflow: visible;
}

.purchase_options {
position: relative;
}

.buy_button {
position: absolute;
background: url(http://topgreekgyms.fitnessforum.gr/wp-content/uploads/2012/12/Button12.png) no-repeat center;
color: white;
height: 100px;
width: 375px;
left: -54px;
top: -16px;
}

.button {
background-color: transparent;
color: #ffffff;
}

.button:hover {
background-color: transparent;
color: #cccccc;
}

.buy_button a {
font-weight: bold;
font-size: 29px;
font-family: arial;
padding: 12px;
display: block;
white-space: nowrap;
position: relative;
margin: 15px 0 0 50px;
}

.buy_button a span {
position: absolute;
right: 33px;
padding: 0 5px;
}

这是一个 link到页面。我的问题是左侧顶部的红色按钮。

如果有任何帮助,我将不胜感激!

最佳答案

以防万一将来帮助某人:

我必须在我的代码中添加这部分 CSS:

#deal_single.clearfix:after {
clear: both !important;
}

更具体地说,“#deal_single”是页面 ID。

关于css - 我怎样才能让div漂浮在主容器之外,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13938362/

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