• Hello,
    I am just installing a small personal website under http://birgersparr.com/ using the minimalism theme http://www.genaehr.com/minimalism/.
    So far it works well in Safari and Chrome. But in FF 3.5 and IE8 there appear dashed borders when clicking on a link field.
    I would like to get rid of these borders. Has anyone any idea where and how to solve this problem? Is it a stylsheet or browser problem?

    Thanks a lot in advance for any help!
    Regards, Ampelia

Viewing 1 replies (of 1 total)
  • This should be able to be corrected with CSS.

    Try adding (editing) where there are link style elements something along the lines of:

    a:active {
      text-decoration:none;
    }

    This should make no difference where you are not seeing the dots in your test browsers and remove them where you are. Also remember to add this style after the other link styles.

    Place the link styles in order: a:linked{}; a:visited{}; a:hover{}: then a:active{}; It does make a difference.

Viewing 1 replies (of 1 total)
  • The topic ‘Dashed borders on link fields’ is closed to new replies.