要將輪廓樣式設置為點線,請使用值為dotted的outline-style屬性???
示例
<html>
<head>
</head>
<body>
<p style = "outline-width:7px;outline-style:dotted;">
This text is having 7px dotted outline.
</p>
</body>
</html>
登錄后復制
以上就是用CSS將輪廓樣式設置為虛線的詳細內容,更多請關注www.92cms.cn其它相關文章!






