Background image gone after adding JS component

Am just starting a new site and this morning noticed my header background image (logo) was missing.

Started out with normal CSS/HTML navigation menu.

www.westernwebdesign.com.au/pelican/index.html

Then I added a Vista buttons navigation menu:

www.westernwebdesign.com.au/pelicanelectrical/index.html

and the logo was gone. Not exactly sure at what point it disappeared yesterday as I didn’t notice it missing until this morning. The navigation is about the only point of difference so I think this is the issue but have no idea why.

Thanks

Your style sheet is pointing to the logo image here:

westernwebdesign.com.au/pelicanelectrical/images/logo.jpg

but the logo image does not exist in that folder, only in the

westernwebdesign.com.au/pelican/images/logo.jpg

folder. :wink:

Thanks Ralph - how embarrassing! So basic!! I was clearing out some unused images yesterday into a folder for later discarding and inadvertently moved the version of the logo that I was using instead of a different one.

Thanks again!

Happens to us all!! It’s always worth using a second pair of eyes. :smiley: