Hi
I´m trying to figure out why some of the links in this page http://atacgaming.com/modules/forum/ (in the forum table) isen't hovering. I have gone through the css code a millon time, but can not figure out where the error may be.
If you look at the link "Other Games" it hovers perfectly, but most other links does not.
This is the forum table css code:
.forumcat table {
width: 100%;
border-width: 1px;
border-color: black;
border-top-style: solid;
}
.forumcat td {
padding: 5px 5px 5px 5px;
}
.forumcat .categoryHeader {
color: #529330;
font-weight: bold;
}
.forumcat .categoryHeader2 {
}
.forumcat .categoryForum {
}
.forumcat .categoryForumHeader {
width: auto;
color: #666666;
}
.forumcat .categoryForumHeader a:link {
color: #666666;
font-weight: bold;
}
.forumcat .categoryForumHeader a:hover {
color: #232323
}
.forumcat .categoryForumStats{
width: 130px;
font-weight: bold;
}
.forumcat .categoryForumLastpost{
width: 130px;
font-weight: bold;
color: grey;
}
.forumcat .categoryForumIcon{
width: 35px;
}
But as you can see ( in chrome and other browsers, some of the links a:hover doesn't apply to.
Best regards,
Claus