Hi
Nein, auch wenn ich das font-weight in stfont lösche
bleibt der Text normal.
Dieser Code erzeugt bei mir (Moz1.7b/IE5 Win) Text,
der bold ist:
<body>
<style type="text/css">
<!--
.stfont {
background-color: transparent;
color: black;
font-size: 11px;
font-family: Verdana, Tahoma, sans-serif;
text-decoration: none;
}
.stbold {
font-weight: bold;
}
-->
</style>
<span class="stfont stbold">Text</span>
</body>
Gruss
chlori