Hello, first off sorry i am new and a dumbass but I need help with
this.
In my view/application file i have some css and I want a certain bit
of css displayed if a user is in one controller but another type of
css to be display if they are in another controller. I made up the
following which totally doesnt work.
<% if :controller => 'pages', :action => 'index' , :action => 'about'
%>
<div id='home'></div>
<% else %>
<div id='other'></div>
<% end %>
If you know of a way to make this work so that certain css is
displayed when a user is on the home page and about page, but then the
css changes when they are on any other page I would greatly appreciate
it.
Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---