Navigation wie auf Tutorials.de

Status
Nicht offen für weitere Antworten.

aTa

Erfahrenes Mitglied
Hi,
ich hab ein Problem und zwar hab ich eine ähnliche Navi wie hier auf Tutorials.de.
Das Problem ist dass die Navigation auf dem Mac im IE total zerschossen wird, die Navi von Tutorials.de aber nicht, woran könnte das liegen?
Gesucht hab ich hier im Forum schon, aber nix gefunden...

Hier mal n bischen Code:
HTML:
a.button:hover{
	background-color: #eeeeee;
	width: 100%;
	height: 12px;
	color: #cb0101;
	font-variant: normal;
	border: 0px solid #000000;
	text-decoration: none;
}
a.button:active{
	background-color: #eeeeee;
	width: 100%;
	height: 12px;
	color: #cb0101;
	font-variant: normal;
	border: 0px solid #000000;
	text-decoration: none;
}

Danke schonmal
 
Schau mal auf diese Seite. Sag mir mal, ob er das auch im MAC IE zerschießt...
Wenn nicht, liegt es vielleicht daran, dass du das Menü nach links floaten lassen solltest, ihm eine fixe breite geben solltest (nicht 100%) und das ganze mit display:block machen solltest.

Aber sag mir erstmal, ob der MAC IE das auch zerreißt.

Grüße :)
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück