Blue Box Around Shape?

User 2855235 Photo


Registered User
1 post

Hi There!
Not sure if anyone will see this but I need a little help. I purchased the image mapper for advent calendars and everything went perfect except one thing. Whenever you click the link in the image there is a blue bordered box the pops up and stays. I have tried every piece of code I know and can't get rid of it. Can someone tell me how to get rid of it? I included a pic so you can see what I am talking about. One client is adamant about it not being there.

Attachments:
User 379556 Photo


Registered User
1,535 posts

When exporting, one is given a chunk of html code to paste in the <body> of the web page. In that html code there are a number of lines starting with
<area shape=...


For each of those lines, I insert onfocus="blur();" immediately after the word 'area', so that it now becomes
<area onfocus="blur();" shape=...


Frank

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.