DIV布局不用CSS,制作表格 简单
在同一行中三张图片怎么写才能让他们在那位置,左中右,,两年没用了都还给老师了,不用css应该是可以的吧我布局的话右边那张我不知道要用什么代码了float可以定义吗<div...
在同一行中三张图片怎么写才能让他们在那位置,左中右
,,两年没用了都还给老师了,不用css应该是可以的吧
我布局的话右边那张我不知道要用什么代码了 float 可以定义吗
<div style="width:700 ; height:300 ; float:left" > <div> <div style="width:268 ; height:166 ; float:left"> <img src="images/1_01.jpg" ></div> <div style="width:349 ; height:166 ; float:center" > <img src="images/1_02.jpg" alt=""></div> <div style="width:83 ; height:300 ; float:right" > <img src="images/1_03.jpg" alt=""></div> </div> <div> <div style="width:617 ; height:134 ; float:left"colspan="2"> <img src="images/_04.jpg"></div> </div></div> 展开
,,两年没用了都还给老师了,不用css应该是可以的吧
我布局的话右边那张我不知道要用什么代码了 float 可以定义吗
<div style="width:700 ; height:300 ; float:left" > <div> <div style="width:268 ; height:166 ; float:left"> <img src="images/1_01.jpg" ></div> <div style="width:349 ; height:166 ; float:center" > <img src="images/1_02.jpg" alt=""></div> <div style="width:83 ; height:300 ; float:right" > <img src="images/1_03.jpg" alt=""></div> </div> <div> <div style="width:617 ; height:134 ; float:left"colspan="2"> <img src="images/_04.jpg"></div> </div></div> 展开
3个回答
展开全部
<div style="width:700px; height:300px; float:left;">
<div style="width:617px;height:300px;float:left;">
<div style="width:617px;height:166px;">
<div style="width:268px;height:166px;float:left;background-color:#ff6a00;"></div>
<div style="width:349px;height:166px;float:right;background-color:#017395;"></div>
</div>
<div style="width:617px;height:134px;background-color:#ffd800;"></div>
</div>
<div style="width:83px;height:300px;float:right;background-color:red;"></div>
</div>
把background-color样式去掉,在div中换上相应的图片即可。
<div style="width:617px;height:300px;float:left;">
<div style="width:617px;height:166px;">
<div style="width:268px;height:166px;float:left;background-color:#ff6a00;"></div>
<div style="width:349px;height:166px;float:right;background-color:#017395;"></div>
</div>
<div style="width:617px;height:134px;background-color:#ffd800;"></div>
</div>
<div style="width:83px;height:300px;float:right;background-color:red;"></div>
</div>
把background-color样式去掉,在div中换上相应的图片即可。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
第三个或者第4个使用定位插进去
追问
嘿嘿, 怎么定位代码是哪个
追答
position
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询