css高度自动曾加问题
发布网友
发布时间:2022-05-09 14:49
我来回答
共1个回答
热心网友
时间:2022-04-20 20:30
<style type="text/css">
.profile { width:40px; height:40px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius:20px; bakcground:#000;}
.chat_ct { max-width:300px; overflow:hidden; word-wrap:break-word;}
#chat_content{ background:#ff0;overflow:auto;}
#chat_content .others { width:100%; min-height:40px; }
#chat_content .me { width:100%;}
#chat_content .others .profile, #chat_content .others .chat_ct { float:left; margin-left:10px;}
#chat_content .me .profile, #chat_content .me .chat_ct { float:right; margin-right:10px;}
#chat_content .chat_ct { padding:10px 5px;}
</style>
追问?????你是修正了哪里呢???
追答最外层div
#chat_content{ background:#ff0;overflow:auto;}
#chat_content .others { width:100%; min-height:40px; }