• 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…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try making the background URL:

    images/Nav.jpg

    Thread Starter walnutcubestudio

    (@walnutcubestudio)

    I tried images/Nav.jpg, but it didn’t work. I created image folder on outside of wordpress folder and changed url in full path and it worked. I was wondering the full path of image folder, but that’ll be other question….

    Thank you for your help iridiax 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image on mouse over menu does not appear.’ is closed to new replies.