Aaaarh nu er jeg TOTAL forvirret...
Jeg har lavet dette i min CSS fil:
<!-- STYKKE 1 -->
A {
text-decoration: underline;
color: #0000FF;
}
A:visited {
text-decoration: underline;
color: #0000FF;
}
A:hover {
text-decoration: underline;
color: #FFFFFF;
background-Color: #0000FF;
}
A:active {
text-decoration: underline;
color: #0000FF;
}
Men det går ind og "ødelægger" dette her:
<!-- STYKKE 2 -->
..undermenu {
text-decoration: none;
font-size: 70%;
color: black;
margin-left: 10px;
font-family: Verdana;
}
a.undermenu {
text-decoration: none;
font-size: 70%;
color: black;
cursor:hand;
margin-left: 10px;
font-family: Verdana;
}
a.undermenu:visited {
text-decoration: none;
font-size: 70%;
color: black;
cursor:hand;
margin-left: 10px;
font-family: Verdana;
}
a.undermenu:hover {
text-decoration: underline;
font-size: 70%;
color: black;
cursor:hand;
margin-left: 10px;
font-family: Verdana;
}
a.undermenu:active {
text-decoration: underline;
font-size: 70%;
color: black;
cursor:hand;
margin-left: 10px;
font-family: Verdana;
}
Stykke 1 er bare til alm links med <a href> uden noget class indhold..
Stykke 2 er til links i min menu som er defineret således
<a class="undermenu"
Men baggrunden fra stykke 1 går ind i stykke 2, men det gør
textcoloren ik'
Nogen der hjælpe mig med at hitte ud af det??
--
Bye for now Martin
http://www.lsv18.f2s.com
Email: martini@mailme.dk