problema con current css

  • Creatore Discussione Creatore Discussione kain
  • Data di inizio Data di inizio

kain

Utente Attivo
14 Apr 2010
67
0
0
buonasera a tutti sto incontrando problemi con il tag current per evidenziare la pagina aperta utilizzando appunto current questo è il mio css, non capisco dove sia l'errore ma la pagina non mi viene evidenziata mi date un'occhiata?!?
Codice:
@charset "utf-8";
/* CSS Document */
#menu a {
	display:block;
	float:left;
	width: 190px;
	height: 40px;
	font-family: "Trebuchet MS";
	font-size: 20px; /* */
	text-decoration: none;
	color: #000;
	background: url(elements/firstbk.gif);
	
}
#menu a#logo{
	background: url(elements/logo.gif);
	width: 372px;
	height: 185px;
}

#menu a#logo span {
        display:none; 
}



a#logo:hover{
	background: url(elements/home.gif);
}

#menu a.logocurrent{
	background: url(elements/home.gif);
}




#menu a#alfa:hover{
	background: url(elements/alfa.gif) no-repeat;
}

#menu a.alfacurrent{
	background: url(elements/alfa.gif)no-repeat; 
}




#menu a#beta:hover{
	background: url(elements/beta.gif)no-repeat;
}

#menu a.betacurrent{
	background: url(elements/beta.gif)no-repeat;
}




#menu a#gamma:hover{
	background: url(elements/gamma.gif)no-repeat;
}

#menu a.gammacurrent{
	background: url(elements/gamma.gif)no-repeat;
}




#menu a#delta:hover{
	background: url(elements/delta.gif)no-repeat;
}

#menu a.deltacurrent{
	background: url(elements/delta.gif)no-repeat;
}




#menu a#epsilon:hover{
	background: url(elements/epsilon.gif)no-repeat;
}

#menu a.epsiloncurrent{
	background: url(elements/epsilon.gif)no-repeat;
}




#menu a#digamma:hover{
	background: url(elements/digamma.gif)no-repeat;
}

#menu a.digammacurrent{
	background: url(elements/digamma.gif)no-repeat;
}




#menu a#stigma:hover{
	background: url(elements/stigma.gif)no-repeat; 
}

#menu a.stigmacurrent{
	background: url(elements/stigma.gif)no-repeat;
}




#menu a#zeta:hover{
	background: url(elements/zeta.gif)no-repeat;
}

#menu a.zetacurrent{
	background: url(elements/zeta.gif)no-repeat;
}
 

Discussioni simili