treehouse : what would you like to learn today?
Web Design Web Development iOS Development

li image replacement problem (solved)

  • Hi Everyone, I am having trouble with a menu on a site I am designing. I am wanting a rollover image replacement. What I get is a rollover to nothing. I have tried it in another test html file and it was working the way I wanted it. If someone has the time, I think I just need a fresh pair of eyes to look at this problem. Thanks.

    http://www.ebowersdesigntest.com
  • You point to an image which doesn't exists.

    transparent url(navbtn.png) no-repeat scroll center top


    this image does not exist.
  • Hey sorry I guess that image didn't go on to the server the first time. I put that image on the server, and its still not displaying. Thanks for the quick reply.
  • anybody? :?
  • dude the problem is still the same... try changing your image link to

    ../images/navbtn.png
  • "Robskiwarrior" said:
    dude the problem is still the same... try changing your image link to

    ../images/navbtn.png


    Hey guys sorry, I'm retarded. I don't know why I kept missing that. Thanks a lot for your help.