Style ändert sich bei require() ?

Begonnen von Bronga, 21 November 2003, 16:03:18

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

Bronga

Ich weiß ja nicht obs an mir liegt, aber die Farben der Links auf meiner Startseite sind nicht die Farben der Links die ich im CSS definiert habe. Auf anderen seiten, (alles (auch die startseite) wird per require() aufgerufen) sind die farben richtig. Liegt das viellecih nur an mir oder gibts da irgentwo nen fehler?

Mein Source Code:
 
<html>
<head>
<title>Storys&RPGs</title>

</head>
<body style="background-color:#104E8B; a:visited { color:#104E8B; }">
<table>
<colgroup>
<col style="background-color:#B0E2FF;" width="20%" valign="top">
<col style="background-color:#FFFFFF;" width="60%">
<col style="background-color:#B0E2FF;" width="20%" valign="top">
</colgroup>
<tr>
<td>
<b>Bitte wähle ein RPG aus!</b>

<?
echo("<h5><a href=\"index.php\">Startseite</a></h5>");
echo("<h4>Die Storys</h4>");
require("data/data.php");
if(!$storys) { echo("<b>Datenbank enthält keine Storys</b>"); }
else {
foreach($storys as $type => $story)
{
echo("<a href=\"index.php?content=$story[file]&sound=yes\">$story[name]</a>");
}
}


?>
</td>
<td>
<?
if(!$content)
{
require("php/default.php");
}
else
{
require("html/$content.html");
}
echo("<p aign=\"center\"><a href=\"#top\">Nach oben</a></p>");
?>
</td>
<td>
<?
if(!$included)
{ echo("Fatal Error: Main data file not found"); }
echo("<div align=\"center\">");
echo("<h3>Site unterstützt von:</h3><b>");
foreach($support as $who => $site)
{
echo("<a href=\"$site\" target=\"_blank\">$who</a>");
}
echo("</b>");
if(!$content)
{ echo("Bitte wählen sie eine Story aus!"); }
else
{ require("html/comment/$content.html"); }
?>
</td>
</tr>
<tr>
<td>
<?
echo ("Site zuletzt geändert:" . $stand);
?>
</td>
<td>
Ž2003 Gerrit Bode, die Geschichten sind das Eigentum der jeweiligen Verfasser
</td>
<td>
<?
if(isset($content))
{
echo("Letztes Update: " . $storys[$content][update]);
}
?>
</td>
</tr>
</table>



 
UNd das CSS:
 
a:link { color:FC5700; text-decoration:none; }
a:hover { color:FFA500; text-decoration:underline; text-decoration:overline; }
a:active { color:FF0000; text-decoration:underline; text-decoration:overline; }
a:focus { color:CD0000; text-decoration:underline; text-decoration:overline; }
a:visited { color:104E8B; text-decoration:none; }


Die seiten fürs require isnd ganz normale HTML pages. Aber die Linkfarben ändern sich auch da wo nichts geändert wird (navleiste)

Hier die Site: http://www.the-brongamers.de/girby/rpg/

[Editiert am 21/11/2003 von Bronga]

_Gerry_

Versuch mal die css mit dem ganzen Pfad einzubinden:

 
Zitatlink rel=\"stylesheet\" type=\"text/css\" href=\"http://www.the-brongamers.de/girby/rpg/data/style.css\"
;)
CMS-Version: pragmaMx 0.1.11, 1.33.2.12.2.9/2009-05-10   
PHP-Version: 5.2.0-8+etch5~pu1
MySQL-Version: 5.0.32-Debian_7etch1
Server-Version: Apache/2.2.3 (Debian) mod_ssl/2.2.3 OpenSSL/0.9.8c