永发信息网

div 底部对齐不显示的问题

答案:2  悬赏:50  手机版
解决时间 2021-05-10 05:28
  • 提问者网友:骨子里的高雅
  • 2021-05-09 22:39

CSS设置:

.sqldbd{ width:200px; height:40px;margin-top:10px; border: 1px blue solid; margin-left: 10px;text-align: center ;line-height: 40px;line-height: 200%;position:absolute}

.emailbatcd{ width: 250px;height: 330px;margin-left: 10px;margin-top: 10px;float: left;border: 1px #f0f0f0 solid;position:relative }

网页DIV内容:

<div class="emailbatcd" >

<div style="width: 75px;height: 65px;background: url(cp/sqldata.jpg);margin-left: 5px;margin-top: 10px;float: left "></div>
<div class="emailcx1" ><%=Sqltype%></div>

<div style="width:150px;height:20px;line-height:10px;text-align:center;color: red;margin-bottom: 0px;float: left;margin-top:10px">
</div>

<div class="emailcx" style="width: 210px;margin-top:10px;float: left ;margin-left: 10px;margin-right: 10px">
<%infomore=dssqllist("infomore")%>
<%=infomore%>
</div>
<div class="sqldbd" style="left: 11px; bottom: 5px" >
<font color="red"> 价格:</font><font color=red size="4" face="Antique Olive Compact" > <%=dssqllist("usermoney")%></font><font color="red">&nbsp; 元/年</font><br>

<A href="/netpay/"><FONT color=#006600>现在付款开通</FONT></A>&nbsp;&nbsp;&nbsp;
<A href="/user/selfsql.asp?id=<%=dsSqllist("id")%>"><FONT color=#ff0000>实时在线开通</FONT></A>

</div>

</div>

显示结果
div class="sqldbd" 里面的内容显示不出来

最佳答案
  • 五星知识达人网友:低音帝王
  • 2021-05-09 23:43
你在<div class="sqldbd" style="left: 11px; bottom: 5px" > 价格position,现在这个是相对于body的
全部回答
  • 1楼网友:人類模型
  • 2021-05-09 23:54
你这个是相对问题,最好养成良好的DIV写作习惯,在下面这段代码外加一个DIV就可以了(粗体是加上去的层): <div class="box">

<div style="width: 75px;height: 65px;background: url(cp/sqldata.jpg);margin-left: 5px;margin-top: 10px;float: left "></div> <div class="emailcx1" ><%=Sqltype%></div>

<div style="width:150px;height:20px;line-height:10px;text-align:center;color: red;margin-bottom: 0px;float: left;margin-top:10px"> </div>

<div class="emailcx" style="width: 210px;margin-top:10px;float: left ;margin-left: 10px;margin-right: 10px"> <%infomore=dssqllist("infomore")%> <%=infomore%> </div> </div>

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯