You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
Environment: rails 3.2.12
I am trying to create a view on my home page, with a "slide show" effect. Here's what I did:
I placed the images in the following folder:
I added the following to the gemfile:
Here's what I have in my app/assets/javascripts/application.js
I added the following to app/assets/stylesheets/application.css.erb
I added the following to the head section of app/views/layouts/application.html.erb:
And in my app/views/pages/home.html.erb
After I updated the server, I issued the following command:
and restarted the apache server.
Everything is working fine, with the exception of the following: when I hover the mouse over the image, it turns black. Any ideas?
The text was updated successfully, but these errors were encountered: