I've got a little query here.
I'm trying to implement a CSS navigation menu for my new website, but I'm having some issues. I was roughly following
this tutorial, however none of it seems to work. They don't change when I hover over the links.
I've used the W3C CSS validator and all of the associated parts of the CSS seem to have errors.
Now this could be something really silly that I've overlooked. I'm quite the beginner to web development so don't be too harsh if it is something silly.
I'm getting this re-occuring error:
Quote:
|
"193 #menu.home Value Error : background Parse Error build\nav\dead\dead_home.png) no-repeat "
|
It's finding fault with this:
Quote:
#menu .home {width: 64px;
height: 42px;
background: url(image build\nav\dead\dead_home.png) no-repeat;
left: -610px;
top: 70px;
}
|
The problem re-occurs across all of the menu related sections of the CSS.
Any ideas as to what's causing the problem? Apologies in advance if it's something really rather simple. 