【问题标题】:Display content outside container in bootstrap在引导程序中显示容器外的内容
【发布时间】:2014-09-15 15:05:00
【问题描述】:

我有一个滑块,我需要将其内容放入引导容器中。但是,我想将寻呼机放在容器外。这是我的逻辑,但它不起作用。

<div class="container-fluid"><!-- a wrapper for the slider and its pager -->
<div class="pager">
my pager content
</div>
<div class="slidercontent container"><!-- so that the slider content fits within the container area with the normal margins-->
my slider content
</div>
</div>

【问题讨论】:

  • 请提供相同的链接或小提琴

标签: css twitter-bootstrap grid-layout fluid-layout


【解决方案1】:

CSS:

.pager{
    position:absolute;
    left:-50px;
}

虽然看不到您的代码...

【讨论】:

    猜你喜欢
    • 2017-11-20
    • 1970-01-01
    • 2015-01-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-06-13
    • 1970-01-01
    相关资源
    最近更新 更多