Maison >interface Web >tutoriel HTML >CSS border-left-color属性_html/css_WEB-ITnose

CSS border-left-color属性_html/css_WEB-ITnose

WBOY
WBOYoriginal
2016-06-24 11:28:081373parcourir

border-left-color属性的定义和用法:
设置对象上边框的颜色。
对应的脚本特性为borderLeftColor 。
语法结构: 

border-left-color:<color>

取值:
:指定颜色。
浏览器支持: 
IE浏览器支持此属性。
火狐浏览器支持此属性。
谷歌浏览器支持此属性。
opera浏览器支持此属性。
继承性:
无继承性。
实例代码:

<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="author" content="http://www.softwhy.com/" /><title>CSS教程</title><style type="text/css">.mytest{  border-left-color:red;  width:100px;  height:100px;  border-left-style:solid;  border-left-width:1px;}</style></head><body><div class="mytest">蚂蚁部落欢迎您!</div></body></html>

原文地址是:http://www.softwhy.com/forum.php?mod=viewthread&tid=1358

更多内容可以参阅:http://www.softwhy.com/divcss/

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn