Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    I know this is quite dumb, but one client wants me to get rid of the mask around the links. Is there anyway this is possible. Also is it possible to have it just fit around the actual link text?

    http://70.47.123.43/~msfdn/
  2.  permalink
    By "mask", do you mean outline?


    a:active {
    outline: none;
    }
  3.  permalink
    or focus for FF?

    a:focus {
    -moz-outline-style: none;
    }
  4.  permalink
    Yes, I meant outline...I used the outline:none...thanks!
Add your comments
    Username Password
  • Format comments as (Help)