View Single Post
Old 01-25-2012, 08:23 PM   PM User | #1
laketrout
New Coder

 
Join Date: Dec 2011
Location: New Hampshire, USA
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
laketrout is an unknown quantity at this point
Possible syntax error on multiple background?

Hi Folks,

I feel silly asking this, I have dealt with plenty of multiple background (some MUCH more intricate than this), however I've been up all night and just have tired eyes. I hope someone can quickly spot what's wrong with this class that isn't allowing a hover: state:

Code:
.review_header:hover {
    background: #8eb4f9 url("../img/someImage.svg") no-repeat scroll 3px -5px transparent;
    text-decoration: none;
}
I can't see what I'm doing (or see straight at this point)...it's not even a stepped RGBA or anything, any help appreciated!

Thank you!
laketrout is offline   Reply With Quote