CSS怎么制作边框线

<divalign="center"><tableid="__01"width="800"height="1487"border="0"cellpadd... <div align="center"><table id="__01" width="800" height="1487" border="0" cellpadding="0" cellspacing="0">.xiao { height: 0px; width: 800px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: none; border-right-style: solid; border-bottom-style: none; border-left-style: solid; border-top-color: #000000; border-right-color: #000000; border-bottom-color: #000000; border-left-color: #000000;}上面这段是我在Dreamweaver弄的.不懂对不对.我是新手.不会怎么制作边框线.要怎么样才能使它在html中实现效果呢? 展开
 我来答
CrySora
2011-08-20 · TA获得超过349个赞
知道小有建树答主
回答量:1085
采纳率:0%
帮助的人:627万
展开全部
定义一个div或者其他的元素,如p 、h1 2 3 4 5 6、它们的border属性,就可以了。

如:border: #000000 solid 1px; 这个就定义了一个1像素的黑色的直线边框。

border-top: 指上边框,其他几个指相应的边框。
百度网友6b46965
2015-05-21 · TA获得超过5583个赞
知道小有建树答主
回答量:957
采纳率:84%
帮助的人:427万
展开全部
做边框有两种:一种是自己做的、在用他来做背景.<div style="background:url()repeat-x(y) left bottom"不过这个要麻烦点不过有时候为了网页的美观这也是必要的。还有一种就是直接用border他可以简化,比如你四个边只有上面不要边时你可以这样写 border:1px solid #ccc; border-top:none;
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
微笑_前行
2011-08-20
知道答主
回答量:21
采纳率:0%
帮助的人:13.6万
展开全部
<!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>
.xiao { height:100px; width:800px; border:1px solid #000; border-top-style: none; border-bottom-style: none;}
</style>
</head>

<body>
<div align="center" class="xiao"></div>
</body>
</html>

你不要把height高度设置为0 ,这样看不到效果的~~
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式