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页面。出于某种原因,<ul> 似乎跳出了 <div> 并在顶部,这意味着 <ul> 成为页面上的第一件事。
这是我的代码 http://jsfiddle.net/pnQCs/2/
您忘记在divtable之前关闭第一个标签。tabWrapper
table
tabWrapper
</table> <!-- add this --> <div id="tabWrapper">
那些盲桌到底在做什么?只需设置您的 div 样式。