Hallo,
ich habe eine Website für unsere Pfarrei geschrieben und habe sie immer nur mit dem IE angeschaut. Jetzt hab ich sie mit Firefox angeschaut und sie ist total verschoben. Weiß aber nicht wo mein Fehler ist/meine Fehler sind.
Danke für eure Hilfe
chriszi
Html Code:
ich habe eine Website für unsere Pfarrei geschrieben und habe sie immer nur mit dem IE angeschaut. Jetzt hab ich sie mit Firefox angeschaut und sie ist total verschoben. Weiß aber nicht wo mein Fehler ist/meine Fehler sind.
Danke für eure Hilfe
chriszi
Html Code:
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" xml:lang="de" lang="de">
<head>
<title>Homepage St. Josef</title>
<meta http-equiv="content-type" content="text/html; charset=us-ascii" />
<meta lang="de" http-equiv="content-type" content="" />
<meta name="author" content="" />
<meta name="keywords" content="" />
<style type="text/css">
<!--
#body {
background-color: #FFFE9D;
}
#gesamtbereich {
width: 94%;
min-width: 705px;
margin-bottom: 20pt;
border-top: 2px;
border-left: 2px;
border-right: 2px;
border-color: #000000
}
/*------------------------------------------------------------*/
#kopfbereich {
width: 100%;
background-color: #628DE6
}
#titel {
font-size: 30pt;
float: left;
}
#titelbild {
float: right
}
/*------------------------------------------------------------*/
#inhaltsbereich {
width: 100%;
height: 700px;
}
#steuerung {
width: 20%;
height: 100%;
float: left;
background-image: url(hintergrundnavi.jpg)
}
#inhalt {
width: 80%;
height: 100%;
float: right;
text-align: left;
background-color: #FFFFFF
}
/*------------------------------------------------------------*/
#fussbereich {
width: 100%;
}
#fuss-links {
float: left;
width: 50%;
text-align: left
}
#fuss-rechts {
float: right;
text-align: right;
width: 50%
}
/*------------------------------------------------------------*/
-->
</style>
</head>
<body id="body">
<div id="gesamtbereich">
<div id="kopfbereich">
<div id="titel">
Pfarrgemeinde St. Josef Neustadt
</div>
<div id="titelbild">
<img src="kirchenbilder.jpg" alt=""/>
</div>
</div>
<div id="inhaltsbereich">
<div id="steuerung">
Steuerung
</div>
<div id="inhalt">
Inhalt
</div>
</div>
<div id="fussbereich">
<div id="fuss-links">
© 2010 by Pfarrgemeinde St. Josef Neustadt <br />
Diese Seite ist für Mozilla Firefox optimiert.
</div>
<div id="fuss-rechts">
</div>
</div>
</div>
</body>
</html>