F
Fuse - News
We are having some trouble getting this CSS to work.
/* Channel Links */
..navchannels {background-color: #9F1618; border-left: 1px #000000 solid;
border-right: 1px #000000 solid; border-top: 1px; border-bottom: 1px #000000
solid; font-weight: bold; font-size: 11px; color: #FFFFFF; padding: 1px;
width: 136px;}
a.navchannels a:active,a:link,a:visited {text-decoration: none; color:
#FFFFFF;}
td.navchannels a:hover {text-decoration: underline;}
/* Industry Links */
..navindustry {background-color: #6B6B6B; border-left: 1px #000000 solid;
border-right: 1px #000000 solid; border-top: 1px; border-bottom: 1px #000000
solid; font-weight: bold; font-size: 11px; color: #FFFFFF; padding: 1px;
width: 136px;}
a.navindustry a:active,a:link,a:visited {text-decoration: none; color:
#FFFFFF;}
td.navindustry a:hover {text-decoration: underline;}
For some reason, the active,link,visited text color isn't working properly.
When we remove either of the two from the code, the one works. But, when
both are in the code, neither work.
I thought if you give each their own unique name, it shouldn't enterfear
with the other. But they are in some way or another.
Any help would be appreacited.
/* Channel Links */
..navchannels {background-color: #9F1618; border-left: 1px #000000 solid;
border-right: 1px #000000 solid; border-top: 1px; border-bottom: 1px #000000
solid; font-weight: bold; font-size: 11px; color: #FFFFFF; padding: 1px;
width: 136px;}
a.navchannels a:active,a:link,a:visited {text-decoration: none; color:
#FFFFFF;}
td.navchannels a:hover {text-decoration: underline;}
/* Industry Links */
..navindustry {background-color: #6B6B6B; border-left: 1px #000000 solid;
border-right: 1px #000000 solid; border-top: 1px; border-bottom: 1px #000000
solid; font-weight: bold; font-size: 11px; color: #FFFFFF; padding: 1px;
width: 136px;}
a.navindustry a:active,a:link,a:visited {text-decoration: none; color:
#FFFFFF;}
td.navindustry a:hover {text-decoration: underline;}
For some reason, the active,link,visited text color isn't working properly.
When we remove either of the two from the code, the one works. But, when
both are in the code, neither work.
I thought if you give each their own unique name, it shouldn't enterfear
with the other. But they are in some way or another.
Any help would be appreacited.