Thread Update neues Board (82 answers)
Opened by Strat at 2004-03-25 16:29

ptk
 2004-03-25 19:33
#86803 #86803
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Es sieht aus, als ob sich die 0.8em-Angabe je Block immer weiter multipliziert --- eigentlich logisch und konsistent. Bei vier Bloecken wird es unlesbar:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<style>
.button {
background-color: #DEDFDF;
font-family: Verdana, Arial, Lucida, Helvetica, Sans-Serif;
font-size: 0.8em;
}
</style>
</head>
<body class="button">
<div class="button">
<form class="button">
<button class="button">Hello</button>
</form>
</div>
</body>

View full thread Update neues Board