Hallo martin43.
Hallo Ashura, mein Trial and Error bleibt leider beim Error. Deshalb frage ich ja Euch als Könner!
Aber wenn du schon so gezielt (nach list-style-type und font-size) nachfragst, warum bist du dann nicht fähig, dies selbst zu überprüfen?
Mein Trial sieht folgendermaßen aus:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<title>list-style and font-size</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
[code lang=css]ul {
list-style-type:square;
}
ul ul {
list-style-type:disc;
font-size:200%;
}
ul ul ul {
list-style-type:circle;
}
</style>
</head>
<body>
<ul>
<li>Foo</li>
<li>Bar
<ul>
<li>BarFoo</li>
<li>BarBar</li>
<li>BarBaz
<ul>
<li>BarBazFoo</li>
<li>BarBazBar</li>
</ul>
</li>
</ul>
</li>
</ul>
</body>
</html>[/code]
Error gibt es keinen.
Einen schönen Dienstag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
mathbr:del.icio.us/ mathbr:w00t/
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
mathbr:del.icio.us/ mathbr:w00t/