Joomla: Menubreite im Firefox wird nicht eingehalten

Tim2121

New Member
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):
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
 

Attachments

  • ie.JPG
    ie.JPG
    128.3 KB · Views: 109
  • firefox.JPG
    firefox.JPG
    129.2 KB · Views: 138
Ich habe mal 2 zensierte Screenshots als Anlage beigefügt
Tja, leider kann man sich das nicht Life ansehen. Das wäre viel aussagekräftiger. :(

So sehe ich lediglich folgenden Fehler:
#sectionLinks th {
background : url(../images/subhead_bg.png) repeat-x; align-center;
Das Semikolon dürfte dort wohl falsch sein.

huschi.
 
Danke hat geholfen! Hat sich damit schon erledigt...

Danke dir!

Hab auch noch einen anderen Fehler gefunden mit dem es zusammen hing
 
Back
Top