![]() |
| | LinkBack | Themen-Optionen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
HI, ich hab ein Problem mit der Site Erlebnisalm. Im InternetExplorer ist die Site fehlerfrei. Im FireFox allerdings wird ein häslicher Spalt zwischen Inhalt und unterem Rahmen angezeigt (zb Menüpunkt "Unsere Alm")! Kann mir jemand sagen woher das kommt?? Hier der Ausschnitt aus meinem CSS File HTML-Code: /* --------------------------------------------------------------*/
#container {
position:relative;
width:915px;
height:auto;
z-index:1;
margin-left: auto;
margin-right: auto;
}
#top_backgnd {
position:relative;
width:870px;
height:280px;
margin: 0px;
z-index:2;
}
#site_content {
position:relative;
width:850px;
height:auto;
z-index:2;
background-image: url(images/content_bckgnd.jpg);
background-repeat: repeat-y;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding-left: 15px;
padding-right: 50px;
margin: 0px;
color: #FFFFFF;
}
#footer {
position:relative;
width:865px;
height:23px;
z-index:2;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
font-family: Arial;
font-size: 10px;
font-weight: bold;
text-align:right;
color:#CC0000;
padding-right: 50px;
margin: 0px;
}
#menu {
position:absolute;
left:10px;
top:7px;
width:850px;
height:150px;
z-index:3;
overflow: hidden;
}
#menu_right {
position:absolute;
left:870px;
top:0px;
width:33px;
height:230px;
z-index:3;
background-image: url(images/menu_right.jpg);
background-repeat: no-repeat;
padding-top: 50px;
padding-left: 3px;
padding-right: 10px;
} |
|
#2
| ||||
| ||||
| vermute, dass das an dem leeren DIV am Ende des Content VOR dem Footer liegt!? HTML-Code: <div class="csc-textpic-clear"><!-- --></div> |
|
#3
| |||
| |||
Danke für die Antwort! Wie werde ich das Problem dann endgültig los. Vielleicht kannst du mir mit ein paar zeilen Code helfen ?Danke |
|
#4
| ||||
| ||||
| Entweder mit HTML-Code: .csc-textpic-clear { height: 0; } Wie letzteres geht, findest du auf http://news.typo3.org/news/article/c...imgtext-part4/
__________________ Gruß, Fabian Grafe alias »ttb« » deutsche Installationsanleitung zu Typo3 » Erste Schritte / Einrichtung nach der Installation von Typo3 |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Gelöst zwischen zwei typoscripts entscheiden | jimihuy | TYPO3 4.x Fragen und Probleme | 4 | 30.11.07 15:19 |
| In zwei DIV's zwei Inhalte ausgeben | Bachi | TemplaVoila | 10 | 11.10.07 15:14 |
| float und ie: divs werden umgebrochen | eucstyle | HTML & CSS | 1 | 30.11.06 14:21 |
| DIV mit zwei weiteren DIVS hat falsche Höhe | ghoti | HTML & CSS | 1 | 30.05.06 14:16 |
| Problem: statische Seiten mit zwei Sprache | nitznitz | Suchmaschinenfreundliche URLs (SEO) | 1 | 11.05.06 13:14 |