grade school html question
grade school html question
- Started
- Last post
- 6 Responses
- usrper
hi
i learned this but forgot.
im working with hotspots in dreamweaver for links, and in explorer it creates a border after you click on the area.
how do i get rid of it?
thx
- peteski0
safari :)
- jevad0
border="0"
- usrper0
yea safari, but it bugs me that it shows in i.e.
border ="0" doesnt seem to work for soem reason....
arg
- vsc0
insert this bit somewhere in the A tag to remove the selection border for active links:
onfocus="this.blur();"
- treyjp0
or if you have a stylesheet, for a, do "outline: none;"
a {
outline: none;
}glhf.
- ********0
build it in css and whack off on your computer screen