Ll-boyMedlem sedan juli 2003221 inlägg Frågan#1 Fula länkar (blåa) på http://www.lsk.se i firefox. Vad behöver jag ändra?
body, table, td {
font-family: Verdana;
text-decoration: none;
font-size: 8pt;
color: #000000;
}
.right {
font-family: Verdana;
font-weight: bolder;
font-size: 7pt;
color: #FFFFFF;
}
.menu {
font-family: Verdana;
font-size: 9pt;
font-weight: bolder;
color: #FFFFFF;
}
.title {
background-image: url(../gfx/bgs/titlebg.png);
background-position: 0 4px;
background-repeat: no-repeat;
font-family: Verdana;
line-height: 26px;
font-size: 10pt;
font-weight: bolder;
color: #FFFFFF;
}
.line {
background-image: url(../gfx/bgs/linebg.png);
background-position: 0 10px;
line-height: 10px;
}
.HeadLine {
font-family: Verdana, Arial;
font-size: 13pt;
color: #000000;
font-weight: bolder;
}
form { font-family: Verdana; font-size: 8pt }
input { font-family: Verdana; font-size: 8pt ; border-width: 1px ; border-color: #3C586B }
textarea { font-family: Verdana ; font-size: 8pt ; border-width: 1px ; border-color: #3C586B }
select { font-family: Verdana ; font-size: 8pt ; border-width: 1px ; border-color: #3C586B }
.menu *:link { color: "#FFFFFF"}
.menu *:visited { color: "#FFFFFF"}
.menu *:active { color: "#FFFFFF"}
.menu *:hover { color: "#FFFFFF"}
.right *:link { color: "#FFFFFF"}
.right *:visited { color: "#FFFFFF"}
.right *:active { color: "#FFFFFF"}
.right *:hover { color: "#FFFFFF"}
A:link {text-decoration: none; color: "#000000"}
A:visited {text-decoration: none; color: "#000000"}
A:active {text-decoration: none; color: "#000000"}
A:hover {text-decoration: underline; color: "#000000"}
MMatsJMedlem sedan apr. 2004459 inlägg Använd gemener:
a:link {text-decoration: none; color: "#000000"}
a:visited {text-decoration: none; color: "#000000"}
a:active {text-decoration: none; color: "#000000"}
a:hover {text-decoration: underline; color: "#000000"}
/R: Tittade visst inte så noga. :r
IicaaqMedlem sedan okt. 20005 273 inlägg Byt
[red]
.menu *:link { color: "#FFFFFF"}
.menu *:visited { color: "#FFFFFF"}
.menu *:active { color: "#FFFFFF"}
.menu *:hover { color: "#FFFFFF"}
.right *:link { color: "#FFFFFF"}
.right *:visited { color: "#FFFFFF"}
.right *:active { color: "#FFFFFF"}
.right *:hover { color: "#FFFFFF"}
[/red]
mot
[red]
.menu a, .right a
{
color: #fff
}
[/red]
mv icaaq
IicaaqMedlem sedan okt. 20005 273 inlägg Tjenare igen.
Du kan även ta bort dina fnuttar(") runt värden på dina andra länkar.
mv icaaq
Ll-boyMedlem sedan juli 2003221 inlägg
icaaq skrev:
Byt
[red]
.menu *:link { color: "#FFFFFF"}
.menu *:visited { color: "#FFFFFF"}
.menu *:active { color: "#FFFFFF"}
.menu *:hover { color: "#FFFFFF"}
.right *:link { color: "#FFFFFF"}
.right *:visited { color: "#FFFFFF"}
.right *:active { color: "#FFFFFF"}
.right *:hover { color: "#FFFFFF"}
[/red]
mot
[red]
.menu a, .right a
{
color: #fff
}
[/red]
mv icaaq
Det blev inte vackert du. Nu är alla länkarna svarta istället.
Skall vara vita.
ZzcorpanMedlem sedan dec. 20042 245 inlägg Byt även ut
A:link {text-decoration: none; color: "#000000"}
A:visited {text-decoration: none; color: "#000000"}
A:active {text-decoration: none; color: "#000000"}
A:hover {text-decoration: underline; color: "#000000"}
mot
a {text-decoration: none;}
a:hover {text-decoration: underline;}
IicaaqMedlem sedan okt. 20005 273 inlägg [red]
body, table, td {
font-family: Verdana;
text-decoration: none;
font-size: 8pt;
color: #000000;
}
.right {
font-family: Verdana;
font-weight: bolder;
font-size: 7pt;
color: #FFFFFF;
}
.menu {
font-family: Verdana;
font-size: 9pt;
font-weight: bolder;
color: #FFFFFF;
}
.title {
background-image: url(../gfx/bgs/titlebg.png);
background-position: 0 4px;
background-repeat: no-repeat;
font-family: Verdana;
line-height: 26px;
font-size: 10pt;
font-weight: bolder;
color: #FFFFFF;
}
.line {
background-image: url(../gfx/bgs/linebg.png);
background-position: 0 10px;
line-height: 10px;
}
.HeadLine {
font-family: Verdana, Arial;
font-size: 13pt;
color: #000000;
font-weight: bolder;
}
form { font-family: Verdana; font-size: 8pt }
input { font-family: Verdana; font-size: 8pt ; border-width: 1px ; border-color: #3C586B }
textarea { font-family: Verdana ; font-size: 8pt ; border-width: 1px ; border-color: #3C586B }
select { font-family: Verdana ; font-size: 8pt ; border-width: 1px ; border-color: #3C586B }
a
{
text-decoration: none;
color: #000;
}
a:hover
{
text-decoration: underline;
}
.menu a, .right a
{
color: #fff;
}
[/red]
Borde ha den effekt som du vill åt.
mv icaaq