Welcome Guest, Not a member yet? Register   Sign In
Problem with css in codeigniter
#1

[eluser]javigarrido[/eluser]
I am having a very strange problem, when i use css :hover in a td, when te page is simple a .html, it works fine (navigation bar, try http://www.nutricioncelular.es/REGISTRATE.html )

when i use it on a codeigniter view (code is the same, just copied perfectly) (try http://www.nutricioncelular.es/index.php) the red color on td background doesnt work. The code is exactly the same, and the call to the view is the simplest load view with no parameter , no data

have you eve get this kind of trouble? thx in advance.
#2

[eluser]InsiteFX[/eluser]
Code:
<LINK HREF="http://www.nutricioncelular.es/templates/inca_estilos.css" TYPE="text/css" REL="stylesheet">

Should be.
Code:
<link href="http://www.nutricioncelular.es/templates/inca_estilos.css" type="text/css" rel="stylesheet">

When using XHTML it needs to be all lower case!

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB