.twoColFixRt #nav-primary .nav li a,
.twoColFixRt #nav-primary .nav li a:visited
{
color:#00FF00;
text-decoration:none;
}
.twoColFixRt #nav-primary .nav li a span {
display:block;
...
I am trying to make it so that when you hover your mouse over a "box" it changes the text inside it. However, there seems to be a line break between ...
On the site http://gopiswrong.com the class .next:hover should turn the text "What should GOPisWrong.com say next?" red on hover, but it does not. Why?
I want to hover the space in each rectangle changing the background color and the color, but not changing it when you hover the text in other column. Did that make ...