问个dreamweaver制作的基础问题
- 提问者网友:浪荡绅士
- 2021-05-08 07:13
- 五星知识达人网友:十鸦
- 2021-05-08 07:36
你可以使用DIV和li来做,表格的确不好定位。下面是一个示例代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
left:415px;
top:189px;
width:409px;
height:182px;
z-index:1;
}
body {
text-align: center;
}
1{
text-align:center;
width:122px;
height:122px;}
.a {
text-align: center;
height: 120px;
width: 120px;
border: 2;
border-color: #60F;
list-style-type: none;
}
.b {
text-align: center;
border: 2;
width: 120px;
height: 120px;
border-style: double;
float: left;
}
.c {
}
-->
</style>
</head>
<body>
<ul style="width: 240px; height: 120px; list-style-type: none;">
<li>
<div style="float:left;width:120px; height:240px;">
<div style="height:120px;">1111111111111<br />
dfsdsfdgfdgafsd
</div>
<div style="height:120px;">22222222222222</div>
</div>
<div style="float:left;height:240px;"">
<div style="height:120px;">3333333333333</div>
<div style="height:120px;">444444444444</div>
</div>
</li>
</ul>
</body>
</html>
- 1楼网友:爱难随人意
- 2021-05-08 09:39
td里面的内容撑的,最好不用table
改用li或div
- 2楼网友:野味小生
- 2021-05-08 08:42
选中后
在属性面板里设置
css中就不用设置了
- 3楼网友:duile
- 2021-05-08 08:34
- 4楼网友:煞尾
- 2021-05-08 08:06