Archivlink: javarea.de Forum > (X)HTML & CSS (allgemein) > Link soll fett und unterstrichen sein
Vollständigen Link anzeigen: javarea.de Forum > (X)HTML & CSS (allgemein) > Link soll fett und unterstrichen sein

Pages: [1]

geschrieben von donrosso am 17.03.2003 - 16:11
Hallo

ich habe ein Problem, ich bekomm das net hin, das der link "Test" bei Mouseover fett und unterstrichen wird.Kann mir jemand sagen was da falsch ist hier ist mal der Quellcode:

<html>

<head>
<meta http-equiv="Content-Language" content="de">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Neue Seite 1</title>
<style type="text/css" media="screen">
<!--Menü
font
{ color: #C0C0C0; font-size: 5; font-family: Verdana }

a:link
{ font-family : "Verdana; font-size : 5; color : #C0C0C0; text-decoration : none; }

a:visited
{ font-family : "Verdana, Arial, Helvetica, sans-serif; font-size : 5; color : #C0C0C0; text-decoration : none; }

a:hover
{ color: C0C0C0; font-weight:70; font-size:18; font-face:#Verdana ; text-decoration: #underline; }

a:active { color: #C0C0C0; font-size: 5; font-family: Verdana; text-decoration : none;}
</style>

</head>

<body vlink="#FF0000" alink="#008000" bgcolor="#666699">

<p><font color="#C0C0C0" face="Verdana" size="5">
<a href="file:///C:/Dokumente%20und%20Einstellungen/Vorstand/Desktop/2www.pecors.de/fphover.class">
<font size="5">Test</font></a></font></p>

</body>

</html>
<p>&nbsp;</p>

geschrieben von Gast am 17.03.2003 - 16:30
HTML-Quelltext
1: 
2: 
3: 
4: 
5: 
6: 
7: 
8: 
9: 
10: 
11: 
12: 
13: 
14: 
15: 
a:link
{ 	font-family : Verdana;
	font-size : 5;
	color : #C0C0C0;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

a:hover 
{ 	color: C0C0C0; 
	font-weight:bold; 
	font-size:18; 
	font-face: Verdana ; 
	text-decoration: underline; 
}

In a:link hattest Du einen Fehler

geschrieben von donrosso am 17.03.2003 - 17:04
Ah ok Alles klar ich danke Dir :-)


Powered by: JBB v.2.0.4 Copyright ©2000-2006, www.javarea.de.