Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [CSS] Style.css benutzt er nicht (https://www.gegen-bilderklau.net/thread.php?threadid=151172)


Geschrieben von -Katha- am 26.02.2009 um 14:58:

  Style.css benutzt er nicht

Hier ist der Quelltext der Datei style.css
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
{
 font-family: Georgia;
 font-size: smaller;
 text-align: center;
 color: #501E14;
}
{
 a.menue:link { text-decoration: none; }    /* noch nicht besuchte Ziele */
 a.menue:visited { text-decoration: none; } /* besuchte Ziele */
 a.menue:hover { background-color: black; }   /* Verweise bei "MouseOver" */
 a.menue:active { text-decoration: none; }  /* Angeklickte Verweise */
 a:link { color:"#000000"; text-decoration: none; }    /* noch nicht besuchte Ziele */
 a:visited { text-decoration: none; } /* besuchte Ziele */
 a:hover { text-decoration: underline; overline; }   /* Verweise bei "MouseOver" */
 a:active { color:"#ffffff"; text-decoration: none; }  /* Angeklickte Verweise */
}
{
table { width:100%; }
td { border:thin solid #000; vertical-align:top; overflow:hidden; }
}


Und das hier, der von der test seite, sie ist im gleichem Ordner
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Virtueller Westernverband</title>
<meta name="description" content=
"Im virtuellem Westernverband sind viele virtuelle Westernh&ouml;fe verzeichnet, sowie Deckhengste und anderes. Es werden Turniere ausgef&uuml;hrt und das Westernreiten erkl&auml;hrt.">
<meta name="keywords" content="Virtuell, Western, Verband, Vrh, DS, Zs, Verzeichnis">
<meta name="author" content="Katharina Utsch">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>bla
<table>
 <tr>
  <td><a href="test.html">Test Link</a></td>
  <td><a class="menue" href="test.html"></a>nummer Zwei</td>
  <td>&gfnbsp;</td>
  <td>&nbsp;</td>
  <td>&ngfhbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbgfhsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td>&nbsp;</td>
  <td>&nbgfhsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbgfhsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
</table>
</body>
</html>



Geschrieben von empty.threat am 26.02.2009 um 15:07:

 

Setz mal die Gesamte Adresse zu style.css ein, vielleicht gehts dann.



Geschrieben von -Katha- am 26.02.2009 um 15:10:

 

Hab vieles umgeändert. Geht trozdem nich



Geschrieben von Jessie am 26.02.2009 um 16:33:

 

Versuch mal so:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
body {
 font-family: Georgia;
 font-size: smaller;
 text-align: center;
 color: #501E14; }


 a.menue:link { text-decoration: none; }    /* noch nicht besuchte Ziele */
 a.menue:visited  { text-decoration: none; } /* besuchte Ziele */
 a.menue:hover { background-color: black; }   /* Verweise bei "MouseOver" */
 a.menue:active { text-decoration: none; }  /* Angeklickte Verweise */
 a:link { color:"#000000"; text-decoration: none; }    /* noch nicht besuchte Ziele */
 a:visited { text-decoration: none; } /* besuchte Ziele */
 a:hover { text-decoration: underline; overline; }   /* Verweise bei "MouseOver" */
 a:active { color:"#ffffff"; text-decoration: none; }  /* Angeklickte Verweise */

table { width:100%; }
td { border:thin solid #000; vertical-align:top; overflow:hidden; }


Forensoftware: Burning Board, entwickelt von WoltLab GmbH