IE vs Firefox
Hej eksperter,Jeg har lavet følgende lille og simple side http://dbian.dk/hcrm2 og undrer mig over hvorfor IE ignorerer "text-decoration: none;" i forbindelse med links - kan ses på logoet som er et link. FireFox gør det ikke og viser siden som jeg gerne vil have det, dvs. uden en markering af links.
Nogen der kan hjælpe?
Sidens stylesheet:
body
{
background-color: #ffffff;
text-align: center;
color: #000000;
}
table
{
width: 600px;
margin: 0px auto;
}
#logo
{
position: static;
margin: 150px 0 0 0;
}
#bluebox
{
position: static;
margin: 150px 0 0 0;
}
a
{
background-color: inherit;
text-decoration: none;
color: #ffffff;
}
a:link
{
background-color: inherit;
text-decoration: none;
color: #ffffff;
}
a:visited
{
background-color: inherit;
text-decoration: none;
color:#ffffff;
}
a:active
{
background-color: inherit;
text-decoration: none;
color: #ffffff;
}
a:hover
{
text-decoration: none;
color: #ffffff;
background-color: inherit;
}
#valid
{
color:#C0C0C0;
background-color: inherit;
}
#valid_
{
color:#C0C0C0;
background-color: inherit;
}
#validtext
{
text-align: right;
color: #C0C0C0;
font-size: small;
background-color: inherit;
}