I am having a very strange problem, when I use CSS :hover in a td in a static HTML file, it works fine (see the navigation bar on http://www.nutricioncelular.es/REGISTRATE.html)
When I use it in a CodeIgniter view however, (code is the same, see http://www.nutricioncelular.es/index.php) the red color on td background doesn't work. The code is exactly the same, and the call to the view is a simple load view with no parameter, no data.