【问题标题】:Is there a known issue with Blueprint's last class?Blueprint 的最后一课是否存在已知问题?
【发布时间】:2009-11-18 12:26:04
【问题描述】:

我尝试执行 this Blueprint CSS tutorial,但无法在 last 列中显示任何元素。我找到了this solution,表明 last 类可能有问题,但它对我不起作用。

有其他人遇到过这个问题并找到解决方法吗?

如果需要截图说明,请告诉我。

<div class="container">
        <div id="dis_header" class="span-24 last">
            <h1>Header</h2>
        </div>
        <hr/>
        <div class="span-17 colborder" id="dis_content">
            <p>Some content here</p>
        </div>
        <!-- PROBLEM AREA -->
        <div class="span-6 last" id="dis_sidebar">
            <div class="box">
                <p>
                    This displays at the bottom instead of the right side, like it should.
                </p>
            </div>
            <div class="box">
                <p>
                    Same problem here.
                </p>
            </div>
        </div>
        <hr/>
    </div>

【问题讨论】:

    标签: css class blueprint-css


    【解决方案1】:

    这不是 Blueprint CSS 的问题。当我使用 127.0.0.1 作为本地访问网页时,我看到了放错位置的 div。当我使用 localhost 访问时,一切都按预期放置。

    我没有更深入地研究这个问题,因为从我的角度来看,这个问题已经“解决”了,但是如果你以前看过这个,请随时发表评论。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2010-10-22
      • 2021-01-21
      • 2020-01-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-10-18
      • 2013-06-17
      相关资源
      最近更新 更多