Ruby on Rails
Wednesday, October 31, 2012
That was it....
for some reason kept overlooking that I didn't have the #..
Sorry all.
On Tuesday, October 30, 2012 11:35:01 PM UTC-7, Jordon Bedwell wrote:
-- On Tuesday, October 30, 2012 11:35:01 PM UTC-7, Jordon Bedwell wrote:
On Wed, Oct 31, 2012 at 1:28 AM, wragen22 <brad...@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.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/87wjlGAzcywJ.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment