Hallo Forum!
sitze schon den ganzen Tag immer mal wieder dran, aber der Fehler ist nicht zu finden: warum macht netscape 4.7 nach der ersten css-Formatierung (class="titel") nicht mehr weiter mit den css-Angaben? Weder 'linklegende' noch 'txtnormal' werden interpretiert. Schreibfehler? Netscape-Spezialität (mal wieder)? Wer hat einen Tip?
Bernd
externe Datei schrift.css:
.txtnormal{font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:8pt; font-style:normal; color:black}
.text_b{font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:8pt; font-style:normal; color:black}
Code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="schrift.css">
<style type="text/css">
<!--
.std { font-family: Arial, Helvetica, sans-serif; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; font-size: 8pt}
.titel { font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:17pt; font-style:normal; color:black}
.linklegende { font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:8pt; font-style:italic; color:#808080;}
a { text-decoration:none; color:#808080;}
-->
</style>
<script language="JavaScript" >
<!--
parent.leftFrame.location.replace('shopfinder_l.htm');
parent.rightFrame.location.replace('shopfinder_r.htm');
-->
</script>
</head>
<body bgcolor="#FFFFFF">
<div id="Layer2" style="position:absolute; left:10px; top:10px; width:392px; z-index:2">
<span class="titel">Shop-Finder (Maske 1)</span>
<br>
<hr noshade style="color:black; height:2px; text-align:left; border:0; width:392px;">
<!-- egal, wie man's macht: es geht nicht! -->
<div class="linklegende">
<a href="home.htm" target="_self" class="linklegende">Home</a> >
<a href="shopfinder.htm" target="_self"><span class="linklegende">Shopping</span></a> >
<a href="shops.htm" target="_self">Shop-Finder</a>
</div>
<hr noshade style="color:black; height:2px; text-align:left; border:0; width:392px;" />
<span class="txtnormal">
<b>Fett bla bla</b><br>
normal bla bla normal bla bla normal bla bla normal bla bla normal bla bla normal bla bla <b>Fett bla bla</b> normal bla bla normal bla bla normal bla bla normal bla bla normal bla bla normal bla bla
<b>Fett bla bla</b> normal bla bla normal bla bla normal bla bla normal bla bla normal bla bla<b>Fett bla bla</b> normal bla bla normal bla bla normal bla bla normal bla bla
</span>
<hr noshade style="color:white; height:2px; text-align:left; border:0; width:392px;" />
<img src="img/dummy.gif" width="390" height="246" border="0">
</div>
</body>
</html>