Right now I have a webpage set up to be exactly the size of the browser window with a couple overflow:scroll \'s in it.
overflow:scroll
Basically, the page is arranged in t
Well, the basic way you do this is to break your page up into six s: 1 2 3 4 5 6 Then you write some CSS: div.left { float: left; clear: both; } And you should get something like: 1 2 3 4 5 6 No nested needed. 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
s: 1 2 3 4 5 6 Then you write some CSS: div.left { float: left; clear: both; } And you should get something like: 1 2 3 4 5 6 No nested needed. 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
1 2 3 4 5 6
Then you write some CSS:
div.left { float: left; clear: both; }
And you should get something like:
No nested needed. 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
needed. 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复