• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

farbige hr im FF - kann bitte jemand helfen?

Moin!

Erstmal: schmeiß das HTML aus der .css raus (style-Tags) ebenso wie das nicht auskommentierte CoffeeCup -Zeug oberhalb des öffnenden style-Tags.

Außerdem:
PHP:
...
h2{
font-size: 1.6em;/*-*/
font-weight: bold;
}
...
hr.linie {
position: relative;
padding: 0px;
margin: 0px;
height: 2px;
background-color: #2195CB;/*moz-*/
color: #2195CB;
border: 0px;
width: 96%;
}

#content ul { 
list-style-type: square;/*squate*//*;*/
}

#content ul li { 
list-style-type: square;/*squate*//*;*/
}
...
td h4 {
font-size: 16px;
font-style: italic; 
font-weight: bold; 
font-family: Verdana;/*;*/
color: #000000;/*;*/
}
...
Ahoi - Pit
 
<hr style="background-color:#FF0000;border:none;" />

Border:none nur, da sonst ein Teil des Hintergrund überdeckt wird..
 
Zurück
Oben