Hello,
I made a navigation menu with css and adding on header.php. It's just a regular mouse over manu using one image.
Blank space appears, but links are working. So it reading CSS correctly, but I assume image is not loading. I upload an image file on image folder and main folder under theme folder(wordpress/wp-content/themes/constructor/images), but no luck. I use "Constructor" theme.
CSS is like than
#H_Nav0 li.Top a {
background:url(Nav.jpg) no-repeat -352px 0px;
width:114px;
}
#H_Nav0 li.Top a:hover {
background:url(Nav.jpg) no-repeat -352px -44px;
width:114px;
}
Here is the link
http://walnutcubestudio.com/wordpress/
I'm really appriciate if anyone can help me with...