jamesx521
06-18-2005, 11:44 PM
Please look at the footer text on the bottom of this page:
http://www.xn3ct.net/SampleSite02/index.html
Mozilla underlines the links (which I don't want), while IE doesn't. What do I need to do, so Mozilla doesn't underline the links?
.Footer {
font-family: Verdana, sans-serif;
text-align: center;
color: #993300;
font-size: 7pt;
letter-spacing: 0px;
}
.Map:link, .Map:visited, .Map:active, {
font-family: Verdana, sans-serif;
color: #993300;
font-size: 7pt;
letter-spacing: 0px;
text-decoration: none;
}
.Map:hover {
color: #FF6600;
text-decoration: underline;
background-color: #3d332e;
}
Thanks.
-jms
http://www.xn3ct.net/SampleSite02/index.html
Mozilla underlines the links (which I don't want), while IE doesn't. What do I need to do, so Mozilla doesn't underline the links?
.Footer {
font-family: Verdana, sans-serif;
text-align: center;
color: #993300;
font-size: 7pt;
letter-spacing: 0px;
}
.Map:link, .Map:visited, .Map:active, {
font-family: Verdana, sans-serif;
color: #993300;
font-size: 7pt;
letter-spacing: 0px;
text-decoration: none;
}
.Map:hover {
color: #FF6600;
text-decoration: underline;
background-color: #3d332e;
}
Thanks.
-jms