
Originally Posted by
andreitero
Thanks a lot Clyde, this solved everything, except for those links, they are still not red on hover, this is how it looks on my stylesheet:
[SCR]a:hover,#navEZPagesTOC ul li a:hover {
color:red;
font-weight:700;
}[/SCR]
With or without this sorted, you have been a fantastic help, thank you very much!

Sorry about the previous post, the code got lost for some reason. Here is the code from my stylesheet controling the hover:
Code:
a:hover,#navEZPagesTOC ul li a:hover {
color:red;
font-weight:700;
}