PDA

View Full Version : Mapped Images vs Box Lines



BobbyDouglas
August 7th, 2003, 02:35 AM
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

DigitalPimp
August 7th, 2003, 10:31 AM
Are you talking about the box when you focus (click on an element or tab to it)? If so then no.

BobbyDouglas
August 7th, 2003, 01:40 PM
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.

DigitalPimp
August 8th, 2003, 12:29 PM
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.

nobody
August 8th, 2003, 01:20 PM
Actually you can get rid of it.. there used to be a tutorial on wasted youth.org but that site is long gone

Jubba
August 8th, 2003, 01:21 PM
yeah, I ran a quick google search but couldn't come up with anything. There should be a way to work around it...

DigitalPimp
August 8th, 2003, 02:04 PM
Umm.... Not the focus border..... Thats like saying you can disable view source.

nobody
August 8th, 2003, 02:09 PM
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..

Jubba
August 8th, 2003, 02:16 PM
<a onClick="window.focus();" href="xyz"><img src="xyz"></a>


that sort of works.

DigitalPimp
August 8th, 2003, 02:23 PM
Then it makes it so you can't focus on that link....

Jubba
August 8th, 2003, 02:24 PM
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...