找回密码
 注册
搜索
免费空间 免费域名 免费AI 老牌主机商首月仅1美分!27美元/年!Spaceship优惠码 Namecheap优惠码阿里云2核2G3M新老续费同享99元/年!
查看: 168|回复: 7

[问题求助] Dreamweaver如何做到表格居中呢??

[复制链接]
发表于 2009-9-20 15:20:52 | 显示全部楼层 |阅读模式
最近在学习做网页 然后想把一个表框做在居中的位置

也就是做个780X450的表框

然后它是居中的  上下的间隔是一样的  应该怎么做呢
发表于 2009-9-20 15:25:26 | 显示全部楼层
margin:0 auto;
发表于 2009-9-20 15:25:54 | 显示全部楼层
IE还需要在 body 中加入 text-align:center;
张小华 该用户已被删除
发表于 2009-9-20 15:44:38 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2009-9-20 15:52:38 | 显示全部楼层
星期天,会个贴
发表于 2009-9-22 16:38:01 | 显示全部楼层
<!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">
<!--
.c1,.c2{
           width:100px;
        height:100px;
}
.c1{
        position:absolute;
        left:50%;
    top:50%;       
}
.c2{
        position:relative;
    top:-50%;
        left:-50%;
        border:#000 solid 1px;
}
-->
</style>
</head>
<body style="height:100%;">
<div class="c1"><div class="c2">adddaaa</div></div>
</body>
</html>
发表于 2009-9-22 16:45:12 | 显示全部楼层
center
发表于 2009-9-22 18:58:02 | 显示全部楼层
来看王老师讲课
您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|免费吧论坛

GMT+8, 2025-1-17 15:18 , Processed in 0.025923 second(s), 5 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表