Hi all,
I have a GIF image that contains little icons that I've sliced up and added the right hyperlinks to them.
I save the image in imageready as HTML and on its own it works.
However, when I amend the site, I cant see the image anymore.
The thing is, that this image is part of a CSS declaration
If I change this to read
That is when I no longer see the image.
Viewing the nav.html on its own though works a treat. How can I incorporate this back in to the site?
Thanks
I have a GIF image that contains little icons that I've sliced up and added the right hyperlinks to them.
I save the image in imageready as HTML and on its own it works.
However, when I amend the site, I cant see the image anymore.
The thing is, that this image is part of a CSS declaration
Code:
background-image: url(images/nav.gif);
If I change this to read
Code:
background-image: url(images/nav.html);
That is when I no longer see the image.
Viewing the nav.html on its own though works a treat. How can I incorporate this back in to the site?
Thanks