• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

css mit nn!?

T

totomoto

Guest
hi zusammen

mal ne frage mit nn hab ich probleme mit css.
kann es sein oder muss ich styles def. im nn mit <span class=....
angeben damits funut???

ich habs bei ie immer mit <td class=....> text .... gemacht...
das klappt aber nur in ie...

kann mir da jemand eine antwort geben?

besten dank
toto
 
Hey totomoto!

Der NN ist sehr empfindlich was css angeht. Also ich definier die CSS immer so
und hab damit wenig Probleme. Die style-Angaben mache ich im HEAD-Bereich.
DJ Wagi ist ein großer NN- Fan. Ich glaub der kann Dir bei besonderen Problemen
immer helfen

<style type="text/css">
p.klein { font-family: Arial,Helvetica,sans-serif; font-size: 10pt;font-weight: bold;line-height: normal;text-decoration: none;}
p.gross { font-family: Arial,Helvetica,sans-serif; font-size: 20pt;font-weight: bold;line-height: normal;text-decoration: none; color: red;}
</style>
<p class="klein">Dieser text ist klein</p>
<p class="gross">Dieser text ist gross und rot</p>

Gruß Steffen
 
du musst das umschreiben, so wies der Steffen schon gemacht hat, der NN versteht die Angabe der CSS über die Tabelle nicht!
 
was mach ich blos flasch???

kann mir vielleicht jemand sagen ob ich denn im css file einen fehler drinn habe???

a.d_blau:link { color:#7090c0; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt}
a.h_blau:link { color:#c0d0e0; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt}
a.weiss:link { color:#ffffff; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt}
a.orange:link { color:#ff9900; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt}
a.d_blau:visited { color:#7090c0; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt}
a.h_blau:visited { color:#c0d0e0; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt}
a.weiss:visited { color:#ffffff; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt}
a.orange:visited { color:#ff9900; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt}
a.d_blau:hover { color:#7090c0; text-decoration:underline; font-family:Verdana, Arial, Helvetica; font-size:8pt}
a.h_blau:hover { color:#c0d0e0; text-decoration:underline; font-family:Verdana, Arial, Helvetica; font-size:8pt}
a.weiss:hover { color:#ffffff; text-decoration:underline; font-family:Verdana, Arial, Helvetica; font-size:8pt}
a.orange:hover { color:#ff9900; text-decoration:underline; font-family:Verdana, Arial, Helvetica; font-size:8pt}


.normal {color:#ffffff; font-weight:normal; font-family:Verdana, Arial, Helvetica; font-size:8pt}
.t_orange { color:#ff9900; font-weight:bold; font-family:Verdana, Arial, Helvetica; font-size:9.4pt}
.k_weiss { color:#ffffff; font-weight:bold; font-family:Verdana, Arial, Helvetica; font-size:6.6pt }
.k_black { color:#000033; font-weight:bold; font-family:Verdana, Arial, Helvetica; font-size:6.6pt }
.n_weiss { color:#ffffff; font-weight:normal; font-family:Verdana, Arial, Helvetica; font-size:8pt }
.n_orange { color:#ff9900; font-weight:normal; font-family:Verdana, Arial, Helvetica; font-size:8pt }
.n_black { color:#000033; font-weight:normal; font-family:Verdana, Arial, Helvetica; font-size:8pt }
.t_black { color:#000033; font-weight:bold; font-family:Verdana, Arial, Helvetica; font-size:9.4pt}
.n_blau { color:#7090c0; font-weight:normal; font-family:Verdana, Arial, Helvetica; font-size:8pt }

BODY {scrollbar-face-color:#c0d0e0; scrollbar-shadow-color: #7090c0; scrollbar-highlight-color: #3366CC; scrollbar-3dlight-color: #7090c0; scrollbar-darkshadow-color: #7090c0; scrollbar-track-color: #7090c0; scrollbar-arrow-color: #FFFFFF}


besten dank
toto
 
Oh ich seh da welche....

Änder das mal so ab:

a.d_blau:link { color:#7090c0; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
a.h_blau:link { color:#c0d0e0; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
a.weiss:link { color:#ffffff; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
a.orange:link { color:#ff9900; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
a.d_blau:visited { color:#7090c0; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
a.h_blau:visited { color:#c0d0e0; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
a.weiss:visited { color:#ffffff; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
a.orange:visited { color:#ff9900; text-decoration:none; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
a.d_blau:hover { color:#7090c0; text-decoration:underline; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
a.h_blau:hover { color:#c0d0e0; text-decoration:underline; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
a.weiss:hover { color:#ffffff; text-decoration:underline; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
a.orange:hover { color:#ff9900; text-decoration:underline; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
.normal {color:#ffffff; font-weight:normal; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
.t_orange { color:#ff9900; font-weight:bold; font-family:Verdana, Arial, Helvetica; font-size:9.4pt;}
.k_weiss { color:#ffffff; font-weight:bold; font-family:Verdana, Arial, Helvetica; font-size:6.6pt ;}
.k_black { color:#000033; font-weight:bold; font-family:Verdana, Arial, Helvetica; font-size:6.6pt;}
.n_weiss { color:#ffffff; font-weight:normal; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
.n_orange { color:#ff9900; font-weight:normal; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
.n_black { color:#000033; font-weight:normal; font-family:Verdana, Arial, Helvetica; font-size:8pt;}
.t_black { color:#000033; font-weight:bold; font-family:Verdana, Arial, Helvetica; font-size:9.4pt;}
.n_blau { color:#7090c0; font-weight:normal; font-family:Verdana, Arial, Helvetica; font-size:8pt;}

BODY {scrollbar-face-color:#c0d0e0; scrollbar-shadow-color: #7090c0; scrollbar-highlight-color: #3366CC; scrollbar-3dlight-color: #7090c0; scrollbar-darkshadow-color: #7090c0; scrollbar-track-color: #7090c0; scrollbar-arrow-color: #FFFFFF;}


Noch ne Anmerkung:

Du weißt, daß der Netscape für den hover zu dämlich ist, oder?

CU
Redpadz
 
Zurück
Oben