Ruby on Rails Tuesday, October 30, 2012

On Wed, Oct 31, 2012 at 1:28 AM, wragen22 <bradwrage@gmail.com> wrote:
Hi,

> for some reason adding the following is doing nothing...

Please note this list is for Rails questions, not HTML/CSS questions.

> .post.hover {
> background: FAFAFA;

FAFAFA is not a valid value for background, and you should be using
background-color if you only have a colour just for semantics but to
directly address your question, please try doing #fafafa, please also
note that the pseudo class for hover is :hover so try .post:hover
instead of .post.hover.

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment