Hallo,
ich habe folgendes Problem. Ich habe ein Joomlatemplate erstellt aber die rechte
und linke Navigation wird immer Firefox nicht in 100%; dargestellt. Gründe
sind mir unklar weil dies im Internet-Explorer funktioniert. Ich habe mal 2 zensierte Screenshots als Anlage beigefügt
Hier ein Ausschnitt aus der CSS-Datei (linke Seite):
Danke für euere Hilfe!
Gruß
Tim
ich habe folgendes Problem. Ich habe ein Joomlatemplate erstellt aber die rechte
und linke Navigation wird immer Firefox nicht in 100%; dargestellt. Gründe
sind mir unklar weil dies im Internet-Explorer funktioniert. Ich habe mal 2 zensierte Screenshots als Anlage beigefügt
Hier ein Ausschnitt aus der CSS-Datei (linke Seite):
Code:
#sectionLinks{
margin-top: 5px;
padding: 0px;
border-bottom: 1px solid #cccccc;
font-size: 90%;
width: 100%;
align: left;
float: left;
}
#sectionLinks th {
background : url(../images/subhead_bg.png) repeat-x; align-center;
color : #666666;
font-size : 14px;
text-transform : uppercase;
margin-top : 15px;
padding-left : 6px;
padding-bottom : 15px;
height : 21px;
line-height : 21px;
text-align: left;
width: 100%;
}
#sectionLinks a {
display: block;
border-top: 1px solid #cccccc;
padding-left : 6px;
width: 100%;
}
#sectionLinks td {
font-size : 13px;
margin : 0px;
text-align: left;
width: 100%;
}
#sectionLinks a:hover{
background-color: #dddddd;
}
Danke für euere Hilfe!
Gruß
Tim