• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

internet site in ie nicht angezeigt firefox interpretiert diese richtig

Akuro

Neues Mitglied
Hi folks,
ich bin neu hier, allerdings kein anfänger in css php und html,

allerdings habe ich aktuell ein problem, dieses ich nicht nachvollziehn kann.

es geht um Fuereinander Miteinander e.V.

bei mir FF 3,6 keine anzeigefehler bei mir.


Style.css:

Code:
body{
background-color:#ffffff;
}

#main {
margin-left:auto;
margin-right:auto;
margin-top:-10px;
width:800px;
min-height:680px;
height:700px;
z-index:1;
overflow-y:hidden;
overflow-x:hidden;

}

#content{
margin-top:1;
position:absolute;
float:right;
z-index:1;
width:800px;
height:700px;
min-height:680px;
}

#logo{
position:relative;
z-index:0;
float:left;
margin-left:220px;
background-color:#ffef03;
border: 1px solid #ffffff;
width:500px;
}
#pano{
position:relative;
z-index:5;
float:left;
margin-left:1px;
background-color:#ffef03;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
border-bottom:1px solid #ffffff;
border-top:1px solid #ffffff;
}

#right{
position:relative;
background-color:#011bc1;
border: 1px solid #ffffff;
float:right;
z-index:2;
width:170px;
height:700px;
min-height:680px;
overflow-y:hidden;
overflow-x:hidden;
}
#left{
position:relative;
background-color:#ffef03;
border: 1px solid #ffffff;
float:left;
z-index:2;
width:220px;
height:700px;

}
#text
{
margin-top:240px;
margin-left:225px;
position:absolute;
background-color:#ffffff;
border: 1px solid #ffffff;
float:left;
z-index:3;
width:402px;
height:425px;
color:#000000;
overflow-y:auto;
overflow-x:hidden;
text-align:left;
font-family: arial;
font-size: 12px;
}
#foot{
margin-top:679px;
position:absolute;
margin-left:221px;
background-color:#ffef03;
color:#011bc1;
float:left;
width:406px;
height:21px;
text-align:center;
font-family: arial;
font-size: 10px;
z-index:5;
line-height:20px;
border: 1px solid #ffffff;
}
#bild1{
position:absolute;
border: 1px solid #ffffff;
margin-top:250px;
margin-left:629px;
z-index:7;
overflow-y:hidden;
overflow-x:hidden;
}
#bild2{
position:absolute;
border: 1px solid #ffffff;
margin-top:400px;
margin-left:629px;
z-index:7;
overflow-y:hidden;
overflow-x:hidden;
}
index.php
Code:
<?php include('var.php') ?>
<?php include('text.php') ?>
<?php include('navright.php') ?>
<?php include('head.php') ?>

<div id="main">
<div id="logo"><img src="images/logo.jpg" alt="fuereinander-miteinander" title="Logo" /></div>
<div id="pano"><img src="images/pano.jpg" alt="panorama" title="Panorama" width="797px" /></div>
<?php include('nav.php') ?>
<div id="content">
    <div id="bild1"><?php echo "$bild1"; ?></div>
    <div id="bild2"><?php echo "$bild2"; ?></div>
    <div id="right"></div>
    <div id="left"><?php echo "$nav"; ?></div>
    <div id="text"><?php echo "$text"; ?></div>
    
    <div id="foot">Copyright bei F&uuml;reinander-Miteinander e.V. Korntal</div>
    </div>
</div>
vllt hat einer von euch eine idee wieso die seite als leer angezeigt wird. obwohl der code generirt wurde.

P.s wenn der post im forum falsch ist bitte verschieben ..

Gruß und vielen dank im vorraus
daniel
 
Hallo,
vielen dank habs grade gemerkt =).
manchmal sieht man vor vielen baeumen den wald nicht mehr!

trotzdem super vielen dank.
 
Zurück
Oben