radical: FYI: verschiedene styles in NS und IS ohne JS :)

Beitrag lesen

ich habs ! jippi ! no problems anymore ...

Netscape nimmt den FONT style, IS die class .test\ ... :))
koennte auch mit anderen zeichen ausser "/" funktionieren !

example:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
 <title>Untitled</title>
</head>

<style>

.test\ {font-family : Arial; font-size : 346px}
font {font-family : Arial; font-size : 46px}

</style>

<body>

<span><font class="test">HALLO</font></span>

</body>
</html>