Blueprint 的最后一堂课是否存在已知问题?
我尝试做 此蓝图 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是 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.