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

wie pack ich das in ext. css?

sonicproduction

New member
Hi ihrs!
Also folgendes hab ich vor:

<td style="background-color:333333" onmouseover="this.style.backgroundColor='#336699'; this.style.color='ffff00'" onmouseout="this.style.backgroundColor='#333333'; this.style.color='ffffff'">Home</td>

Den style würd ich jedoch gerne komplett in die externe CSS-Datei legen. Wie mach ich das?
td {?}

vielen dank!
 
Original geschrieben von sonicproduction


<td onmouseover="this.style.backgroundColor='#336699'; this.style.color='ffff00'" onmouseout="this.style.backgroundColor='#333333'; this.style.color='ffffff'">Home</td>

td {background-color:333333; }


mfg Irvine
 
Zurück
Oben