-
invisible links
I have started creating a new page on:
http://www.angelfire.com/super/techisoft/index.html
My trouble is that the image map is showing the link border around it and it is messing up my background display.
does anyone know how to make the link vlink and alink attributes invisible so this border will not show up.
thanks!
-
Didn't see an image map. I saw where one should go, but no map.
-
oops!
-
<IMG BORDER=0>
Although I don't know, because I have picture borders removed by default (if not specified). That's ugly stuff (image borders) :D.
-
Uhm.. I dont exactly remember how to do this, but spot onFocus with javascript, and then set focus to false. (the UGLY border you are talking about is marking focus)
Search for a solution on the net, I know its out there.
Sorry for lousy grammar and a very vague hint about how to solve it, but Im so tired I see pink elephants dancing with For-loops on my desktop by now. :rolleyes:
-
<IMG border=0 hidefocus=true src="whatever.gif">
-
It worked