Linkfarbe für eine Spezielle Ebene?

Status
Nicht offen für weitere Antworten.

Stephan Liebig

Erfahrenes Mitglied
Ich möchte gerne Wissen, ob man für eine Ebene eine spezielle Linkfarbe definieren kann.
In der Ebene StudiumContent hätte ich gerne, dass die Linkfarbe #000000 - also schwarz - ist.

Code:
#StudiumContent {
	background-color: #ffffff;
  	position: absolute;
 	top: 20px;						/* Abstand zum oberen Fensterrand */
  	left: 270px;						/* Abstand zum linken Fensterrand */
  	height: 70px;					/* Blockhöhe */
	width: 500px;
  	padding: 0px;						/* Interpretation Boxmodell! */
  	overflow: hidden;				/* Scrollbalken unterbinden */
	border: 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    }
#StudiumContent .inhaltDiv {
  	margin: 10px;					/* Abstand des Inhalts zum Blockrand */
	width: 300px;
	float: left;
	}

Kann mir da jemand helfen?
 
Hmm... hatte ich so vorher auch mal ausprobiert, da hatte es aber nicht funktioniert. Hab ich wohl etwas falsch gemacht. Jetzt funktioniert es, danke!
 
Status
Nicht offen für weitere Antworten.
Zurück