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)
----- [HTML] Table-Lay | Menü weiß | was falsch ? (https://www.gegen-bilderklau.net/thread.php?threadid=131471)


Geschrieben von Kara_92 am 31.03.2008 um 14:47:

  Table-Lay | Menü weiß | was falsch ?

Also ich habe nun mal nen Table-Layout gecodet (das erstemal) und nun ist das Menü weiß.
Ich kann euch ja mal den Code hier hineinstellen und hoffe ihr könnt mir helfen.

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:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
<html>
<title>Spz Talbach</title>
 <link rel="stylesheet" type="text/css" href="CSS/gross.css">  
 <link rel="stylesheet" type="text/css" href="CSS/farbe.css"> 
 <link rel="stylesheet" type="text/css" href="CSS/scroll.css"> 
 <link rel="stylesheet" type="text/css" href="CSS/tabelle.css"> 
 <link rel="stylesheet" type="text/css" href="CSS/textarea.css"> 
 <link rel="stylesheet" type="text/css" href="CSS/schrift.css">
<body scroll="auto" background="Under.jpg">
<center>
<img src="Header.jpg" width="1000" height="355" style="border: 0px solid #D7CF8E">
</center>

<table width="1000" border="0" cellpadding=3 cellspacing=3 style="border-collapse: collapse;" bordercolor="#D7CF8E">
<tr>
<td width="180" align="left" valign="top">

<u><b>Allgemeines</u></b>
<br>
<a style="color: rgb(104, 110, 72);" href="Starseite.html" target="content">x Startseite</a><br>
<a style="color: rgb(104, 110, 72);" href="Bildnachweis.html" target="content">x Bildernachweis</a><br>
<a style="color: rgb(104, 110, 72);" href="Impressum.html" target="content">x Impressum</a><br>
x Forum
<br>
<br>
<b><u>Anmeldung</u></b>
<br>
<a style="color: rgb(104, 110, 72);" href="Formular.html" target="content">x Formular</a><br>
<a style="color: rgb(104, 110, 72);" href="Schulpferde.html" target="content">x Schulpferde</a><br>
<a style="color: rgb(104, 110, 72);" href="Erklärung.html" target="content">x Erklärung</a><br>
<br>
<br>
<b><u>Anlage</u></b>
<br>
<a style="color: rgb(104, 110, 72);" href="Hofkasse.html" target="content">x Hofkasse</a><br>
<a style="color: rgb(104, 110, 72);" href="Übersicht.html" target="content">x Übersicht</a><br>
<a style="color: rgb(104, 110, 72);" href="Stallungen.html" target="content">x Stallungen</a><br>
<a style="color: rgb(104, 110, 72);" href="Weiden.html" target="content">x Weiden</a><br>
<a style="color: rgb(104, 110, 72);" href="Hofgeschichte.html" target="content">x Hofgeschichte</a><br>
<br>
<br>
<b><u>Dorf</u></b>
<br>
<a style="color: rgb(104, 110, 72);" href="Pferdemarkt.html" target="content">x Pferdemarkt</a><br>
<a style="color: rgb(104, 110, 72);" href="Arbeitsamt.html" target="content">x Arbeitsamt</a><br>
<a style="color: rgb(104, 110, 72);" href="Reitladen.html" target="content">x Reitladen</a><br>
<br>
<br>
<b><u>Mitglieder</u></b>
<br>
<a style="color: rgb(104, 110, 72);" href="Verzeichnis.html" target="content">x Verzeichnis</a><br>
<a style="color: rgb(104, 110, 72);" href="Probemitglieder.html" target="content">x Probemitglieder</a><br>
<a style="color: rgb(104, 110, 72);" href="Privatpferde.html" target="content">x Privatpferde</a><br>
<a style="color: rgb(104, 110, 72);" href="Turniere.html" target="content">x Turniere</a><br>
<br>
<br>
<b><u>Sonstiges</u></b>
<br>
<a style="color: rgb(104, 110, 72);" href="Partner.html" target="content">x Partner</a><br>
<a style="color: rgb(104, 110, 72);" href="Awards.html" target="content">x Awards</a><br>
<a style="color: rgb(104, 110, 72);" href="Designfriedhof.html" target="content">x Designfriedhof</a><br>
</td>
<td valign="top" width="600">

<iframe src="Starseite.html" name="content" frameborder="0" width="730" height="500"></iframe>

</td>
</tr>
</table>
</body>
</html>


So und hier nochmal ein Screen da die seite noch nicht online ist.



Geschrieben von Kara_92 am 31.03.2008 um 14:57:

 

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:
<html>
<head>
  <title>Startseite</title>
<head>
 <link rel="stylesheet" type="text/css" href="CSS/gross.css">  
 <link rel="stylesheet" type="text/css" href="CSS/farbe.css"> 
 <link rel="stylesheet" type="text/css" href="CSS/scroll.css"> 
 <link rel="stylesheet" type="text/css" href="CSS/tabelle.css"> 
 <link rel="stylesheet" type="text/css" href="CSS/textarea.css"> 
 <link rel="stylesheet" type="text/css" href="CSS/schrift.css"> 
 <link rel="stylesheet" type="text/css" href="CSS/richtung.css"> 
</head>

<body>
<b>Herzlich Willkommen</b>
<br>
<br>
<table border="0" style="border-style: double; border-width: 0" width="600">
<tr>
<td>TEXT
<br>
<br> Liebe Grüße,
<br>Das Talbach Team
<td><img src=Welcome.jpg>
</table>
</body>
</html>



Geschrieben von Sam* am 31.03.2008 um 17:18:

 

Jetzt wird's spannend großes Grinsen
Setz bitte mal tabelle.css und farbe.css rein...
Vlt auch per PN,d dann wird der CSS Code nich geklaut...



Geschrieben von Kara_92 am 31.03.2008 um 17:25:

 

tabelle.css
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
<html>
<head>
<title></title>

<style type="text/css">
<!--
A:link {text-decoration: none; }
A:visited {text-decoration: none; }
A:hover {text-decoration: none; height: 0; filter:Shadow(color=#FFFFFF, direction=115); border-bottom: 1px dotted #686E48; }
A:active {text-decoration: none; }
//-->
</style>
</head>
<body>
</body>
</html>



farbe.css
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
<html>
<head>
<title></title>
  <style type="text/css">
<!--
BODY, TABLE, TD, TR {
color: #686E48;
}
-->
</style>
</head>
<body>
</body>
</html>



Geschrieben von Sam* am 31.03.2008 um 17:30:

 

Ich bin mir wirklich nicht sicher, hab jetzt auch den Code nichta uf Fehler überprüft, aber kann es sein, dass dir oben der chroma fiolter fehlt?



Geschrieben von Kara_92 am 31.03.2008 um 17:34:

 

keine ahnung ich hab heut das erste mal nen table gecodet



Geschrieben von Yellow am 31.03.2008 um 18:34:

 

Zitat:
Original von .Tropicana.
Ich bin mir wirklich nicht sicher, hab jetzt auch den Code nichta uf Fehler überprüft, aber kann es sein, dass dir oben der chroma fiolter fehlt?


würd ich auch sagen also müsste es ungefähr so sein wenn ich mich nicht irre ^^

code:
1:
2:
3:
<iframe allowTransparency  frameborder="0" width="730" height="500" style="filter:chroma(color:#FFFFF)" src="Startseite.html"></iframe>


Forensoftware: Burning Board, entwickelt von WoltLab GmbH