Support Forums

Full Version: How to add a LINK on a pic + CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im using Dreamweaver CS4, I remember when you could add a image and then add a link on it using some tool, but Ive made a CSS in which the image opens, so the tool isnt present, how to add a LINK on the image? Not on the whole image, but on some parts of it.

In exp: There is an banner, on which are few Language selections, and I want to add the links to them.

I hope its clear what I want Whistle
So you have a .css file that creates an image? Why not link to it using a <a> tag in HTML? Or am I missing some vital piece of information?
some_area {
background-picture: url(url here);
}