css - Linked Image Border Styles -


I want to be able to link my image. Click on it. Go back to the page and check that it was visited.

My code:

  a: link IMG {border color: #} FFF; Border style: solid; Border width: 1px;} A: hover img {border color: # 03F; Border style: solid; Border-width: 1px;} a: visit img, a: active img {border-color: # 036; Border style: solid; Boundary-width: 1px;}  

Any ideas will be appreciated.

The link can be hard to get the css correct, because many browsers may be bizarre about it . The link is the best order to declare the CSS

  • the link
  • visited
  • the hover
  • active
  • <

    ;)

    It has three separate types: Instead of specifying it in declarations,


Comments