Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<style>
div {
border: #666 dashed;
border-bottom-color: transparent;
padding: 8px;
}
</style>
</head>
<body>
<h2>Ein Beispiel für transparent border-bottom-color</h2>
<div>Dies ist ein Beispiel für ein Element div, das auf transparent border-bottom-color eingestellt ist.</div>
</body>
</html>