danielvs Posted June 16, 2008 Report Share Posted June 16, 2008 Hi, es geht um das Copyright im Footer. Wir haben einen roten Hintergrund und unsere Links sind ebenfalls rot. Im Shop selbst ist das kein Problem, da da der Seiteninhalt weiss ist. Nur unten im Footer kann man nun den Link " xt:Commerce Shopsoftware " nicht mehr Lesen. Es steht optisch nur noch "eCommerce Engine © 2006 " da. Das wird wohl auch nicht im Sinne der Entwickler sein. Ich habe das ganze im folgenden CSS schon versucht. Der normale Text, ohne Link reagiert auch wie gewünscht und wird weiss, nur der Link macht da nicht mit: .copyright { font-size: 11px; line-height: 1.5; text-align:center; color: #ffffff; } a.copyright { color: #ffffff; } a.copyright:link { color: #ffffff; } a.copyright:hover { color: #ffffff; text-decoration: underline; } a.copyright:visited { color: #ffffff; text-decoration: underline; } a.copyright:active { color: #ffffff; text-decoration: underline; }[/html]Deshalb würde ich jetzt gerne hart in den Footer-Text <a href="" [b]class="copyright"[/b]></a> reinhauen. Könnte mir da wer helfen? Am liebsten wärs mir natürlich wenn man mir auch gleich noch sagen könnte warum das mit dem CSS-Link nicht klappt. Link to comment Share on other sites More sharing options...
mzanier Posted June 16, 2008 Report Share Posted June 16, 2008 .copyright a {} sollte seinen zweck erfüllen. Link to comment Share on other sites More sharing options...
danielvs Posted June 16, 2008 Author Report Share Posted June 16, 2008 sollte seinen zweck erfüllen. Oh, okay, vielen Dank. Klappt wunderbar. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.