how can I use the image mapper on an...

User 2127136 Photo


Registered User
8 posts

I'm trying to figure out how to use the image mapper on an image which is listed only in the css

#logo {
padding: 0px 0px 210px 100%;
font-size:40px;
text-align:left;
background: url(../images/logo2.jpg) center top no-repeat #2C0F01;
background-position:top center;
position:fixed;
}

I created the map.html, but I'm not sure what to do next.

Josef
User 38401 Photo


Senior Advisor
10,951 posts

I'm not 100% sure on this, but I don't believe that you can. If you're going to use images for the mapper you'll need to put them into the HTML not in the CSS as you cannot add links to images in CSS files.
User 122279 Photo


Senior Advisor
14,454 posts
Online Now

You could make a transparent image in a layer above the other image and make the image maps on that.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2127136 Photo


Registered User
8 posts

thank you guys, I will try your suggestions.

Josef

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.