Mapped Images vs Box Lines

Seems like every mapped image has the small box appear around it after you click the link. Is there a script to get rid of this? Example is the Left Navigation on http://mrbobdouglas.com

Are you talking about the box when you focus (click on an element or tab to it)? If so then no.

No. The image looks fine with no boxes around it. Then you click somewhere inside the map that is a link to something else, then a small dotted box appears in the mapped area.

Same effect given when you click one oif these smiles to the left, you see a small dotted box appear. Wondering if you can make it so you can get rid of it.

That is when you focus on it. You get the same effect when you tab through all the links on a web page. It means that that element is focused.

In other words, no you can’t get rid of it.

Actually you can get rid of it… there used to be a tutorial on wasted youth.org but that site is long gone

yeah, I ran a quick google search but couldn’t come up with anything. There should be a way to work around it…

Umm… Not the focus border… Thats like saying you can disable view source.

No really you can…

It might have been something like when you click back the border is gone or something… but it removes it somehow…


<a onClick="window.focus();" href="xyz"><img src="xyz"></a>

that sort of works.

Then it makes it so you can’t focus on that link…

er… you can’t focus on it, but you can still click on it and it takes you where you want to go. I didn’t say it was a solution, I said it sort of works. After you click the link it doesn’t stay focused…