Welcome Guest, Not a member yet? Register   Sign In
CSS not applying for controllers with 3+ URI segments in URL?
#5

[eluser]compoundeye[/eluser]
i'm guessing because you used a relative path to your css file:

../css/style.css

that when you start adding segments,

http://localhost/user/bob/three

it is interpreted as folders perhaps? so maybe its looking for

http://localhost/user/bob/css/style.css

instead of

http://localhost/css/style.css?

just a guess, if you really wanted to know you could create

http://localhost/user/bob/css/style.css
and
http://localhost/user/css/style.css
etc

to see what effect it has

cheers

mat


Messages In This Thread
CSS not applying for controllers with 3+ URI segments in URL? - by El Forum - 09-21-2008, 09:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB