Heim >Web-Frontend >HTML-Tutorial >CSS border-left-color属性_html/css_WEB-ITnose

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

WBOY
WBOYOriginal
2016-06-24 11:28:081373Durchsuche

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/

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn