View Single Post
Old 2012-05-02, 06:10 AM   #8
flowersgone
Are you sure you're an accredited and honored pornographer?
 
Join Date: Sep 2008
Posts: 67
I noticed dotted outlines when I click on links on the page and, more clearly, when I click on the links and hit the back button.

Your file style.css has a rule

HTML Code:
a, a:link, a:active, a:visited {
    color: silver;
    font-family: "Comic Sans MS";
    text-decoration: none;
}
which you might enhance to

HTML Code:
a, a:link, a:active, a:visited {
    color: silver;
    font-family: "Comic Sans MS";
    text-decoration: none;
    outline: 0;
}
to fix the problem.

fg
__________________
Thank you for checking out my:
Portfolio and Tech Services
flowersgone is offline   Reply With Quote