P
Philipp-
Hallo Community,
langsam nervt es mich dieser IE. Er macht ständig Probleme. Habe im Anhang ein Screenshot was er genau macht. Es betrifft folgende Seite:
http://reisewebkatalog24.de/
1. Die Navigations wird nicht voll dargestellt und sie ist zu weit rechts, so dass bei 4. die Sidebar keinen Platz mehr hat und nach unten rutscht.
2. Der Content hat oben sowie unten eine Lücke. An was liegt das und wie kann ich das am besten beheben?
3. Die Navigation hat rechts einen Abstand, an was liegt das und wie kann ich das beheben?
So nun die Codes für die Navigation sowie den Content.
Navigation:
Content:
Habs auch selber schon probiert und hab bisher in meiner IE 6 Fix CSS Datei folgendes:
Screenshot:
Link: Klick, und ab gehts zu dem Fehler Screenshot!
Ich hoff ihr könnt mir helfen. Wäre echt nett von euch.
Mit freundlichen Grüßen
Philipp
langsam nervt es mich dieser IE. Er macht ständig Probleme. Habe im Anhang ein Screenshot was er genau macht. Es betrifft folgende Seite:
http://reisewebkatalog24.de/
1. Die Navigations wird nicht voll dargestellt und sie ist zu weit rechts, so dass bei 4. die Sidebar keinen Platz mehr hat und nach unten rutscht.
2. Der Content hat oben sowie unten eine Lücke. An was liegt das und wie kann ich das am besten beheben?
3. Die Navigation hat rechts einen Abstand, an was liegt das und wie kann ich das beheben?
So nun die Codes für die Navigation sowie den Content.
Navigation:
HTML:
<div id="menu">
<div id="menuRight">
<ul>
<li><a href="./new_links.php">Neue Reiselinks</a></li>
<li><a href="./add_link.php">Reiselink eintragen</a></li>
<li><a href="./edit_link.php">Eintrag ändern</a></li>
<li><a href="./search.php">Eintrag suchen</a></li>
<li><a href="./urlaubsbilder.php">Urlaub- und Reisetipps</a></li>
<li><a href="./contact.php">Kontakt</a></li>
</ul>
</div>
</div>
Code:
#menu {
background:url(images/menuLeft.png) no-repeat;
height:46px;
width:auto;
float:left;
margin:17px 0 0 14px;
}
#menuRight {
background:url(images/menuRight.png) no-repeat;
background-position:top right;
height:46px;
width:auto;
}
#menu ul {
margin:0 12px 0 12px;
padding:0;
}
#menu ul li {
margin:0;
padding:0;
float:left;
list-style:none;
}
#menu ul li a {
background:url(images/menuBg.png) repeat-x;
height:33px;
padding:13px 17px 0 17px;
border-left:1px solid #a24d27;
border-right:1px solid #b15f39;
text-decoration:none;
font-family:"Trebuchet Ms";
font-size:12px;
color:#fff8ef;
display:block;
}
#menu ul li a:hover {
background:url(images/menuBgHover.png) repeat-x;
}
Content:
HTML:
<div class="contentBox">
<div class="contentTop">
<div class="contentTopLeft">
<div class="contentTopRight">
</div>
</div>
</div>
<div class="contentMiddle">
<div class="contentMiddleRight" style="padding-right: 8px; padding-left:2px">
{$content}
</div>
</div>
<div class="contentBottom">
<div class="contentBottomLeft">
<div class="contentBottomRight">
</div>
</div>
</div>
</div>
Code:
.contentBox {
width:100%;
margin:18px 0 0 0;
}
.contentTop {
background:url(images/contentTop.png) repeat-x;
height:7px;
width:100%;
}
.contentTopLeft {
background:url(images/contentTopLeft.png) no-repeat;
background-position:top left;
height:7px;
width:100%;
}
.contentTopRight {
background:url(images/contentTopRight.png) no-repeat;
background-position:top right;
height:7px;
width:100%;
}
.contentMiddle {
background:#f9e39f;
border-left:4px solid #fff8ef;
width:100%-4px;
}
.contentMiddleRight {
width:100%-4px;
background:url(images/contentMiddleRight.png) repeat-y;
background-position:top right;
/*height:200px; /* Auskommentieren wenn es los geht */*/
padding-bottom: 15px !important;
font-family:"Trebuchet Ms";
font-size:12px;
color:#6e5010;
font-weight:normal;
}
.contentMiddleRight a {
font-weight:bold;
color:#81320e;
}
.contentBottom {
background:url(images/contentBottom.png) repeat-x;
height:10px;
width:100%;
}
.contentBottomLeft {
background:url(images/contentBottomLeft.png) no-repeat;
background-position:bottom left;
height:10px;
width:100%;
}
.contentBottomRight {
background:url(images/contentBottomRight.png) no-repeat;
background-position:bottom right;
height:10px;
width:100%;
}
Habs auch selber schon probiert und hab bisher in meiner IE 6 Fix CSS Datei folgendes:
Code:
#menu ul li a, #menu ul li a:hover {
display:inline;
width:auto;
height:46px;
padding-top:10px;
}
#manu ul li {
background:#ac532a;
height:46px;
}
Screenshot:
Link: Klick, und ab gehts zu dem Fehler Screenshot!
Ich hoff ihr könnt mir helfen. Wäre echt nett von euch.
Mit freundlichen Grüßen
Philipp
Zuletzt bearbeitet von einem Moderator: