How to add a LINK on a pic + CSS - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36) +---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43) +---- Thread: How to add a LINK on a pic + CSS (/showthread.php?tid=862) |
How to add a LINK on a pic + CSS - fokuspokus - 10-09-2009 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 RE: How to add a LINK on a pic + CSS - Guerreiro - 10-09-2009 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? RE: How to add a LINK on a pic + CSS - h1r0n - 10-09-2009 some_area { background-picture: url(url here); } |