Hallo,
Hi, ich habe ein Problem mit meinem CSS. Wenn jemand meine Website
und wo bistt ist deine webseite, oder sollten wir das zweck überprüfung nicht besuchen?
mit Netscape besucht, sieht die Schrift anders aus
bei mir ist die schrift im IE und im NS so gut wie unleserlich. 8pt ist zu klein. es sei denn du lieferst mit der webseite eine öupe aus.
-------------
body {
margin-left:20px;
[x]margin-right:20px;
margin-top:10px;
[x]margin-bottom:10px;
[x]scrollbar-3d-light-color:#1D2025;
[x]scrollbar-arrow-color:#000000;
[x]scrollbar-base-color:#000000;
[x]scrollbar-dark-shadow-color:#1D2025;
[x]scrollbar-face-color:#1D2025;
[x]scrollbar-highlight-color:#1D2025;
[x]scrollbar-shadow-color:#000000;
font-family:arial;
font-size:8pt;
color:#FFFFFF;
background-color:#000000;
background-image:url(http://mein.hamburg.de/homepage/mlt56/felixandmichael/gfx/back.jpg);
[x]background-attachment:fixed;
}
[x] = Netscape kann das nicht.
a:link { color:#FFFFFF; text-decoration:none; font-weight:bold }
a:visited { color:#FFFFFF; text-decoration:none; font-weight:bold }
a:active { color:#FFFFFF; text-decoration:none; font-weight:bold }
da würde:
a { color:#FFFFFF; text-decoration:none; font-weight:bold }
reichen.
form {
font-family:arial;
font-size:8pt;
}
input {
font-family:arial;
font-size:8pt;
[x[ color:#FFFFFF;
[x] border-width:1px;
[x] border-color:#FFFFFF;
[x] background-color:#000000;
}
textarea {
font-family:arial;
font-size:8pt;
[x] color:#FFFFFF;
[x] border-width:1px;
[x] border-color:#FFFFFF;
[x] background-color:#000000;
}
table {
[x] margin-left:5px;
[x] margin-right:0px;
[x] margin-top:0px;
[x] margin-bottom:0px;
font-family:arial;
font-size:8pt;
color:#FFFFFF;
}
wobei du es eher so machen solltest:
td {
font-family:arial;
font-size:8pt;
color:#FFFFFF;
}
hr {
[x] height:1px;
[x] border:0px;
width:100%;
[x] color:#ffffff;
[x] background-color:#000000;
/* das gibts eigentlich nicht: alignement:center; */
text-align:center;
align:center; /*dies ist für NS */
}
bei <hr> solltest du eher mit html versuchen im <hr>
[x] = der NS kann das nicht
und bitte das nächste mal deine frage etwas präziser stellen.
grüße
thomas