Warnung: file_put_contents(/home/www/web1/html/php_dev/test.txt) [function.file-put-contents]: failed to open stream: Permission denied in /home/www/web1/html/php_dev/sys/lib.activity.php (Zeile 58)
Css-Frage [Archiv] - PHP-Scripte PHP-Tutorials PHP-Jobs und vieles mehr
brauche Webseite ideal für Vereine und Firmen
- Ad -
php-resource




Archiv verlassen und diese Seite im Standarddesign anzeigen :
Css-Frage


 
Luke
09-12-2001, 15:46 
 
Will machen das der Text standard-mäßig trebouchet und 12px ist. So hab ich's gemacht:

body{
font-size: 12px; font-family: Trebuchet MS, Arial, Helvetica; font-style: normal; line-height: normal; font-weight: 300; color: #A1A1A1; src: url(TREBUCH0.eot);
}

funzt net :( - das heist er macht zwar trebouchet und alles, aber KEINE 12px... .

weis jemand wo der Fehler ist?

[Editiert von Luke am 09-12-2001 um 15:58]

 
jb72
20-12-2001, 11:07 
 
Dein CSS ist einwandfrei und funktioniert unter IE 4/5, NS 4.x und NS 6.x
------------------
<html>
<head>
<title>Untitled</title>
<style type="text/css">
body{
font-size: 12px; font-family: Trebuchet MS, Arial, Helvetica; font-style: normal; line-height: normal; font-weight: 300; color: #A1A1A1; src: url(TREBUCH0.eot);
}
</style>
</head>

<BODY BGCOLOR="#FFFFFF" style="font-family: verdana, helvetica, arial" topmargin="0" leftmargin="0" vlink="#0000FF" alink="#0000FF" link="#0000FF">
hallo


</body>
</html>

 
jb72
20-12-2001, 11:09 
 
die angaben im body tag sind kontraproduktiv.
wurden von php-resource.de automatisch generiert.


Alle Zeitangaben in WEZ +2. Es ist jetzt 17:11 Uhr.