Frank Opper: width / letter-spacing

Beitrag lesen

Hallo,

nein leider nicht

Mhm, bei mir ist der Zeichenabstand gleich:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">

<style type="text/css">
h1 {
  font-size: 1.6em;
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 0.9em;
  margin-bottom: 0.2em;
/*width: 100em;*/
  background: #ffefd5
}

* html .hollyhack {height: 1%}

.mitbreite {width: 100em;}
</style>

<title>Test</title>
</head>

<body>
  <h1 class="hollyhack">Lorem ipsum dolor sit amet, consectetuer ...</h1>
  <p>h1 ohne width, mit Holly-Hack</h1>

<h1 class="mitbreite hollyhack">Lorem ipsum dolor sit amet, consectetuer ...</h1>
  <p>h1 mit width, mit Holly-Hack</h1>
</body>
</html>

IE 6, XP, allerdings noch SP1

Viele Grüße
Frank