CSS ustabilt?
Jeg sidder og har lavet et ekstert CSS jeg har inkludet på alle min sider, men jeg syntes at bare jeg næsten piller det mindste ved mit css så holder nogle af class op med at fungere, hvordan kan det være... ?CSS ser sådan ud her...
<!-- Links gernerlt på side og i din menu -->
a:active { font-family: Verdana; font-size: 10px; color: #000000; text-decoration: none}
a:hover { font-family: Verdana; font-size: 10px; color: #CC00CC; text-decoration: none}
a:link { font-family: Verdana; font-size: 10px; color: #000000; text-decoration: none}
a:visited { font-family: Verdana; font-size: 10px; text-decoration: none}
<!-- Nedenstående bruges til scrollbaren til venstre -->
BODY{
background-image: url(images/back.jpg);
font-family: verdena;
scrollbar-3d-light-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #CC00CC;
scrollbar-dark-shadow-color: #CC00CC;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
font-family: Verdana; <!-- Tilføjet klokken 14:42 Mandag -->
}
<!-- Jeg har ik' fundet ud af hvad denne class bruges til endnu -->
.dflw {BORDER-RIGHT: 1px solid #A40000; BORDER-TOP: 1px solid #A40000; FONT-SIZE: 10px ; BORDER-LEFT: 1px solid #A40000; COLOR: black; BORDER-BOTTOM: 1px solid #A40000; FONT-FAMILY: verdana; BACKGROUND-COLOR: black ;color: White}
<!-- Denne class bruges til overskrifter -->
.dflw_light {BORDER-RIGHT: 1px solid #000000; BORDER-TOP: 1px solid #000000; FONT-SIZE: 14px; BORDER-LEFT: 1px solid #000000; COLOR: black; BORDER-BOTTOM: 1px solid #000000; FONT-FAMILY: verdana; font-weight:bold; BACKGROUND-COLOR: black; color:white}
<!-- Jeg har ik' fundet ud af hvad denne class bruges til endnu -->
.headline {FONT-FAMILY: verdena;color:white;font-weight:bold}
<!-- Denne class bruges til indhold i tabel celler primært -->
.tabl {BORDER-RIGHT: 1px solid black; BORDER-TOP: 1px solid #000000; FONT-SIZE: 10px ; BORDER-LEFT: 1px solid #000000; COLOR: black; BORDER-BOTTOM: 1px solid black; FONT-FAMILY: verdana; BACKGROUND-COLOR: #333333;color: white;text-decoration: none}
.tabl a:link { font-family: Verdana; font-size: 10px; color: #FFFFFF; text-decoration: none}
.tabl a:visited { font-family: Verdana; font-size: 10px; color: #FFFFFF; text-decoration: none}
.tabl a:hover { font-family: Verdana; font-size: 10px; color: #CC00CC; text-decoration: none}
.tabl a:active { font-family: Verdana; font-size: 10px; text-decoration: none}
