Forums

Image on mouse over menu does not appear. (3 posts)

  1. walnutcubestudio
    Member
    Posted 1 year ago #

    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...

  2. iridiax
    Member
    Posted 1 year ago #

    Try making the background URL:

    images/Nav.jpg

  3. walnutcubestudio
    Member
    Posted 1 year ago #

    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 :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.