css border-right属性怎么用
程序员文章站
2022-03-09 12:44:19
...
css border-right属性用于把右边框的所有属性设置到一个声明中,可以按顺序设置如下属性:border-right-width,border-right-style,border-right-color。
css border-right属性怎么用?
作用:把右边框的所有属性设置到一个声明中。
说明:可以按顺序设置如下属性:border-right-width,border-right-style,border-right-color。如果不设置其中的某个值,也不会出问题,比如 border-right:solid #ff0000; 也是允许的。
注释:IE7 以及更早版本的浏览器不支持值 "inherit"。IE8 需要 !DOCTYPE。IE9 支持 "inherit"。
css border-right属性使用示例
<html> <head> <style type="text/css"> p { border-style:solid; border-right:thick double #ff0000; } </style> </head> <body> <p>This is some text in a paragraph.</p> </body> </html>
效果输出:
以上就是css border-right属性怎么用的详细内容,更多请关注其它相关文章!
推荐阅读
-
ACDsee怎么用?acdsee做图像属性的教程
-
VS2019怎么设置CSS的默认属性?
-
2个属性用CSS实现图片自适应浏览器
-
怎么用css属性屏蔽鼠标事件(鼠标点击可穿透上层元素)
-
关于用图片做无序列表的项目符号,我做出来怎么是这个样子?_html/css_WEB-ITnose
-
怎么用dreamweaver做一个可以换肤的界面_html/css_WEB-ITnose
-
发现一个特效会让你有意思,有人知道这个用css可以做出来吗,怎么做?_html/css_WEB-ITnose
-
symfony怎么用css来控制表单的样式?
-
怎么用JavaScript或css在thinkPHP的模板中显示树形结构
-
jquery 固定列。怎么用% 随浏览器大小 导航条显示出来,看图不用datagrid_html/css_WEB-ITnose