![]() |
|
|
|
|
|||||||
| HTML / Design Are you a designer? Or just trying to become one? Great! You'll be able to talk about layouts, and HTML code to help your fellow designers, so everyone can work together to master the tricks of the trade. (Maybe even some JavaScript too!) |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have a problem with my CSS file located in a hosting folder. If I browse my site with Firefox is appears a dotted border when click on any links. So how to remove the border?
|
|
#2
|
||||
|
||||
|
Do not try to remove it with a standard code in CSS file:
Code:
a: hover {
border: none;
}
Code:
a: active {
outline: 0;
}
|
![]() |
| Tags |
| border, css, firefox, hosting, located, remove |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|