Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以将主要内容显示在左侧,将标题显示在右侧但是 HTML 是这样的
<div id="header" style="float:right; height:1000px; width:60%;"> head </div> <div id='main' style ="float:left; height:1000px; width: 40%;"> main </div>
我已经尝试过了,但它不起作用
顺便说一句,标题绝对需要放在第一位。
谢谢
jsfiddle一切都按您的需要工作。但是我会在这些块之后添加样式清晰的空白 div,以进一步避免以下块的问题。
或者你可能想要这个?jsfiddle