Blueprint 的最后一堂课是否存在已知问题?

发布于 2024-08-12 01:55:48 字数 1291 浏览 1 评论 0原文

我尝试做 此蓝图 CSS 教程,但无法在最后列中显示任何元素。我找到了此解决方案,表明可能存在问题最后课,但它对我不起作用。

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

如果需要屏幕截图来澄清,请告诉我。

<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>

I attempted to do this Blueprint CSS tutorial, but couldn't get any elements to display in the last column. I found this solution, indicating there may be a problem with the last class, but it didn't work for me.

Has any one else experienced this issue and found a fix?

Please let me know if screenshots are needed to clarify.

<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>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨后彩虹 2024-08-19 01:55:48

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

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

This is not an issue with Blueprint CSS. When I access the web page using 127.0.0.1 as my local, I see the misplaced divs. When I access using localhost, everything is placed as expected.

I have not looked into this more deeply, since the problem is "solved" from my perspective, but feel free to post a comment if you've ever seen this before.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文