???

CSS ?? ??? ?? ???


??? ??? ??? ??? ??????

outline-offset ??? ???? ??? ???? ??? ??? ?????. ?? ??: ??-???:??? ???? ??? ??? ??? ???? ?????. ?? ??? ?? ??(?: px) ?? ?? ??(?: %)? ? ????.

??: outline-offset ??? ???? ????? ??? ????? ????. ???? ? ?? ???? ???? ????. ???? ??? ???? ??? ???? ????? ?? ? ????.

??: ??outline-offset: length|inherit;

??: length ???? ??? ???? ??? ?????. ??? ??? ??? ??? ?? ?? ???? ????? ?? ?????.

??: Internet Explorer? ??? ?? ?? ????? ?? ??? ??? ?????.

CSS ?? ??? ?? ?

<!DOCTYPE html>

<html>

<head>

<style> 

div{

margin:20px;

width:150px; 

padding:10px;

height:70px;

border:2px solid black;

outline:2px solid red;

outline-offset:15px;} 

</style>

</head>

<body>

<p><b>注釋:</b>Internet Explorer 和 Opera 不支持 support outline-offset 屬性。</p>

<div>這個 div 在邊框邊緣之外 15 像素處有一個輪廓。</div>

</body>

</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????