Hallo :)
Wie sieht das generierte HTML aus, wie das Stylesheet?
Bist du nicht schon lange genug dabei um zu wissen, dass das Zeigen von serverseitigem Code bei einem clientseitigen Problem nicht weiterhilft?
Pardon, ich dachte die Schuhe reichen aus, hier also noch die Strümpfe dazu (hoffentlich ohne Löcher):
Die Passage im HTML hatte ich im Eingangspost schon mal angegeben, unter dem Code der IncludeDatei, aber hier noch mal mit Head dazu:
<?php
// alle Fehler anzeigen
error_reporting(E_ALL | E_STRICT) ;
ini_set('display_errors', 'On') ;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Testseite</title>
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico">
<link type="text/css" rel="stylesheet" href="../css/v1.css" title="css">
<style type="text/css"><!--
div#seitenimage { background: url(grafik/vwv.JPG) repeat-x top right; }
--></style>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="content-language" content="de">
<meta name="author" content="ich">
</head>
<body><a name="top"></a>
<!-- Navigation -->
<ul id="navigation">
<?php include("../includes/navigation.inc") ?>
<li><span class="extern"></span></li>
</ul>
<!-- Hauptseite -->
Das CSS
/* Navigation */
a { font-size: 0.9em;
text-decoration: none;
font-weight: bold; }
a:link { color : #038; }
a:visited { color: #36a; font-weight: bold;}
a:hover,
a:active { color: #b00; }
a.extern { color: #444;
font-weight: normal;}
div#inhalt a.extern {
font-weight: bold;
font-size: 1em; }
ul { font-family: "Verdana" ; list-style: none; padding-left: 0.8em; }
ul#navigation { float: left;
margin: 125px 0 -125px 2%;
padding: 0;
width: 16%; min-width: 9em; max-width: 12em;
list-style: none;
background: #fff; }
ul#navigation a,
ul#navigation span {
display: block;
margin-bottom: 0.2em;
padding: 0.2em 0.3em;
border-width: 1px;
border-style: solid;
border-color: #ddd #999 #999 #ddd;
text-align: left;
text-decoration: none;
background: #fff; }
ul#navigation a:hover,
ul#navigation a:active {
text-align: left;
border-color: #999 #ddd #ddd #999 ;
background: #ff0; }
ul#navigation span {
font-style: italic;
font-weight: bold;
font-size: 0.9em;
color: #b00;
border: none; background: #00f;}
ul#navigation span.extern {
margin-top: 8px;
font-style: normal;
font-weight: bold;
font-size: 0.9em;
color: #444;
border: none; }
ul#seitennavigation {
display: block;
margin: 1em 0;
padding: 0;
font-style: italic;
list-style: none;
background: #fff; }
a[href=\#top] { clear: both; display: block; padding-top: 0.5em; }
a[href=\#top]:before { content:'\25b4'; padding: 0.5em; font-size: 1em; }
ul#seitennavigation a:before { content:'\25be'; padding: 0.5em; }
#fuss a[href=\#top]:before { font-size: 1.2em; }
mfg
cygnus
--
Die Sache mit der Angel und dem ><o(((°> hat immer einen Haken ...
Die Sache mit der Angel und dem ><o(((°> hat immer einen Haken ...