I dont know if anyone has come across this issue.
I have 2 different layouts for my app. both contain the same partial
with the same CSS files in the head.
in that i also have a IE6 CSS Hack file. Pretty standard.
The Problem in IE6
My issue is this. on any of my main pages that have named routes like
so
map.privacy ‘privacy-policy’, :controller => “information”, :action
=> “privacy_policy”
map.admin ‘dashboard’, :controller => “admin”, :action =>
“dashboard”
map.home ‘home’, :controller => “information”, :action => “home”
map.search ‘search’, :controller => “information”, :action =>
“search”
the CSS is picked up fine. but if i go to an action like /information/
home (this is in the url vs just home), where the controller is
listed. The CSS breaks and doesnt render the page correctly. But…
The file is still listed in the source(view source)…
very strange. any help would be great.
Thanks