内容多时自动出现滚动条/图文混排

<!doctype html>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<title>内容多的时候会自动出现滚动条</title>
<link rel="stylesheet" href="css/reset.css">
<style>
.test{width:300px;height:50px;border:1px solid #f00;overflow-y:auto}
</style>
<base target="_blank">
<div class="test">
    内容多的时候会自动出现滚动条内容多的时候会自动出现滚动条内容多的时候会自动出现滚动条内容多的时候会自动出现滚动条内容多的时候会自动出条内容多的时候会自动出现滚动条内容多的时候会自动出现滚动条内容多的时候会自动出现滚动条内容多的时候会自动出现滚动条
</div>

 

如果是X轴则overflow-x:hidden

 

 

图文混排结构<img src="">结构写在文字标前面

posted on 2014-08-20 13:25  鬼鬼丫404  阅读(162)  评论(0)    收藏  举报

导航