Click to See Complete Forum and Search --> : image link border


bash
07-26-2003, 07:26 AM
I have sliced an image in Adobe Photoshop and assigned each slice as a link.

However, everytime i click on any one of these links, the border appears around the link?

How can i make it so when the sliced image link is clicked, the border does not show???

Hope someone can help?

Thanks

Charles
07-26-2003, 07:39 AM
Glue your image back together and use it as a client side image map. See http://www.w3.org/TR/html4/struct/objects.html#h-13.6.1.

PeOfEo
07-26-2003, 11:27 AM
Make sure you have border="0" in your image tag, thats just my guess at what is happening...

The Air Strange
08-01-2003, 03:06 PM
Is there a way to remove the dashed border that appears around a linked image when it is clicked?

Thanks,
Culley

Charles
08-01-2003, 03:11 PM
Yes, but it's a very bad thing to do. You will make your navigation inaccessible to users with certain disabilities. In particular, you will make it impossible to navigate without the use of a mouse.

The Air Strange
08-01-2003, 03:15 PM
Oh, I see. You mean if you [tab] and whatnot?

Charles
08-01-2003, 03:34 PM
Indeed. In fact I myself often weary of using the mouse and instead tab through the links.