hallo
meine seite wird im seamonkey richtig angezeigt... im ie geht der hover effekt nicht und der restliche css code für die links auch net.. kann mir jmd helfen???
die index seite ladet via php befehl include die anderen seiten an die richtige stelle... deshalb auch der wiederholte html tag.
ich steh voll auf dem schlauch :-(
css oder html problem?
Obsthof Stockinger
meine seite wird im seamonkey richtig angezeigt... im ie geht der hover effekt nicht und der restliche css code für die links auch net.. kann mir jmd helfen???
die index seite ladet via php befehl include die anderen seiten an die richtige stelle... deshalb auch der wiederholte html tag.
ich steh voll auf dem schlauch :-(
css oder html problem?
Obsthof Stockinger
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Obsthof Stockinger</title>
<style type="text/css">
#navi
{width:150px;
height:auto;
float:left;
margin:15px;
margin-left:0px;
}
#inhalt
{width:740px;
height:auto;
float:right;
margin:15px;
}
.Stil1 {font-size: 30px}
</style>
</head>
<body>
<div align="center">
<div align="center" style="width:960px; height:auto">
<div id="" align="center">
<html>
<head>
<style type="text/css">
#banner
{width:950px;
height:175px;
border:#000000;
font-size:30px;
font-family:Arial, Helvetica, sans-serif;
border-style:double;
background-color:#009900;
background-image:url(banner.jpg);
}
</style>
</head>
<body>
<div id="banner">
</div>
</body>
</html>
</div>
<div id="navi" align="left">
<head>
<style type="text/css">
a:link {
color:#000000;
text-decoration:none;
font-size:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
}
#menue {
border:#000000 2px solid;
margin:2px;
width:100px;
height:25px;
background-color:#99FF99;
background-image:url(navibut.jpg);
}
#menue:hover {
background-image:url(navion.jpg);
}
#menue:visited {}
</style>
</head>
<body style="background-image:url(navi.jpg)">
<div>
<div align="center" style=" margin:15px">
<div id="menue"><a href="#" target="_self">Über uns</a></div>
<div id="menue"><a href="#" target="_self">Produkte</a></div>
<div id="menue"><a href="#" target="_self">Anbau</a></div>
<div id="menue"><a href="#" target="_self">News</a></div>
<div id="menue"><a href="#" target="_self">Kontakt</a></div>
<div id="menue"><a href="#" target="_self">Links</a></div>
</div>
<div align="center">
<p> </p
><!-- X-STAT START : CODE NICHT VERÄNDERN -->
<script language="JavaScript" type="text/javascript" src="http://www.x-stat.de/stat.php?id=stocki112"></script> <a href="http://x-stat.de/" target="_blank"><font size="1"></font></a>
<!-- X-STAT ENDE : CODE NICHT ÄNDERN -->
<p></p>
<p> </p>
</div>
</div>
</body>
</html>
</div>
<div align="center" id="inhalt">
<div>
<p class="Stil1"><strong>Die Seite befindet sich noch im Aufbau!</strong></p>
<p class="Stil1"> </p>
<p class="Stil1"><strong>Haben Sie noch ein wenig geduld.</strong></p>
<p class="Stil1"> </p>
<p class="Stil1"><strong>Matthias Stockinger </strong></p>
</div>
</div>
</div>
</div>
</body>
</html>