This post was last edited by linjunz2010 on 2013-04-20 20:52:46
Problems when height is set to auto
Problems: child layer div runs out of parent layer div
<%Html.EnableClientValidation(); %>
%>
Content omitted
;padding-left:7px;}
.z_content1{width:740px; height:auto;border:1px solid #94c6f7;}
.z_content2{width:740px; height:auto;border:1px solid #94c6f7 ;margin-top:5px;}
Help me and I’ll give away the only 200 points I have
Reply to discussion (solution)
No one came
Is there something wrong with your width setting? The width of the parent layer cannot accommodate the two child DIVs? You can not set the width of the parent div so that the parent div can automatically adapt to the width of the child div
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn