Suche im Forum:
Suchen


Autor Nachricht
Beitrag22.02.2011 um 16:19 (UTC)    
Titel: CSS Code funktioniert bei Extras nicht!! (Hilfe benötigt!)

Hi, ich habe folgendes Problem:

Wenn man auf meiner Seite eine Seite anklickt wird der Button der Seite schwarz und es sieht so aus, als würde Seite und Button eine einheit bilden.

Zusehen ist das z.B. bei den Seiten "Hauptmenü" und "Events"

http://sound-inferno.de.tl/Hauptseite.htm

Bei den Extras funktioniert das aber leider nicht und ich hab keine Ahnung warum nicht.

Folgenden code habe ich bei der Seite "Hauptmenü"

Code:
<style type="text/css">
<!--
#link_1 a  {
  font-size:25px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
background-image:url();
  color: #ffffff;

  background-color: #000000; border-left: 5px solid#ffffff ;  border-right: 5px solid#ffffff ; border-top: 5px solid#ffffff ;border-bottom: 5px solid#000000; /* = Rahmen */ }
#link_1 a:hover
   {  background-color: #000000!important;
border-bottom: 5px solid#000000!important;}
-->
</style>



Bei den Extras z.B. "News" habe ich folgendes code:

Code:
<style type="text/css">
<!--

#link_2 a  {
  font-size:25px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
background-image:url();
  color: #ffffff;

  background-color: #000000; border-left: 5px solid#ffffff ;  border-right: 5px solid#ffffff ; border-top: 5px solid#ffffff ;border-bottom: 5px solid#000000; /* = Rahmen */ }
#link_1 a:hover
   {  background-color: #000000!important;
border-bottom: 5px solid#000000!important;}




/* Titel der News */
td b {
  color: #ffffff;
  margin-left: 5px; }

/* Datum und Absender-Text */
DIV td div {
  color: #ffffff;
  float: right;
  padding: 5px;
  margin-right: 3px;
  margin-bottom: 5px;
  font-size: 16px;
  border: 5px solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

/* News-Felder */
DIV td[width="100%"] {
  padding: 30px;
  color: #ffffff;
  font-size: 16px;
  background-color:#000000;
    border: 5px solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

/* Textgröße + Textfarben Seiteninhalte */
td, div {
    font-size: 16px;
    font-family: Verdana;
    color: #ffffff; }


/* Linkfarben + Größen auf Seiten */
a:link {
color:#d65600;
font-size:16px;
font-family:verdana;
text-decoration:none; }

/* besuchte Links */
a:visited {
color:#d65600;
font-size:16px;
font-family:verdana;
text-decoration:none;}

/*Hover-Effekt bei Links*/
a:hover{
color:#ffffff;
font-size:16px;
font-family:verdana;
text-decoration:none;}



-->
</style>


Da funktioniert das ganze nicht!

Auch nicht wenn ich nur den Code, denn ich bei Hauptmenü auch habe einfüge und die 1 vom Link durch eine 2 ersetze.

Kann mir jemand weiterhelfen Question

Vielen Dank Exclamation
______________


Zuletzt bearbeitet von sound-inferno am 23.02.2011, 16:04, insgesamt 2-mal bearbeitet
Beitrag23.02.2011 um 17:18 (UTC)    
Titel:

Hat keiner ne Idee?!
______________
Beitrag24.02.2011 um 22:42 (UTC)    
Titel:

-Push-
______________
Beitrag25.02.2011 um 18:09 (UTC)    
Titel:

Kann mir echt keiner helfen Question
______________
Beitrag26.02.2011 um 20:08 (UTC)    
Titel:

-Push-
______________
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de