Erstmal Hallo
ich hab ein dickes problem
Bin selber kein wirklich guter Webauthor aber ansonsten nicht gerade unbeleckt, was IT angeht
Habe für meinen Verein eine Seite mit Joomla aufgesetzt und dafür ein Eigenes Template erstellt
mein Problem:
kann den IE mangels Windows immer net Testen und da nen Kollege mit dem 7er immer meinte alles sieht gut aus hab ich Ihm vertraut
der Versuch den IE 6 zu nutzen zeigte aber erschreckendes
Meine Seite ist mit difs aufgebaut und der IE zeigt die difs (trotz css definitionen) alle untereinander an
guckts euch am besten mal selber an:
www.modellflug-jena.de
hier mal noch der quellcode:
<div class="body">
<div class="top">
<div class="logo">
<img src="
<?php echo $mosConfig_live_site;?>
/templates/modellflugclub-template/images/logo.jpg">
</div>
<div class="imgchange">
<?php mosLoadModules('top'); ?>
</div>
</div>
<div class="links">
<div class="menu">
<?php mosLoadModules('left'); ?>
</div>
</div>
<div class="content_bg">
<div class="content">
<?php mosMainBody(); ?>
</div>
</div>
</div>
css:
body
{
background-color:#edffff;
}
div.body
{
height:100%;
width:100%;
}
div.content_bg
{
background-image:url(http://www.modellflug-jena.de/templates/modellflugclub-template/images/content_bg.jpg);
position:fixed;
}
div.content
{
position:fixed;
top:120px;
left:280px;
width:650px;
height:440px;
overflow:auto;
padding-right: 20px;
}
div.menu
{
position:fixed;
top:125px;
left:5px;
width:200px;
height:200px;
}
div.logo
{
background-color:#edffff;
position:fixed;
width:100%;
top: 40px;
}
div.imgchange
{
position:fixed;
z-index:4;
left:500px;
opacity:0.8;
}
div.links
{
background-color:grey;
position: fixed;
top:108px;
height: 100%;
width: 150px;
opacity:0.8;
}
div.top
{
background-color:grey;
position: fixed;
height: 100px;
width: 100%;
opacity:0.8;
}
a
{
color:blue;
}
a.mainlevel
{
margin-left:30px;
color:blue;
text-decoration:none;
}
a.mainlevel:hover
{
color:#ed1f00;
}
.contentheading
{
font-size:20px;
}