Advertisement
Guest User

CSS in-line with hover

a guest
Jun 6th, 2011
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.29 KB | None | 0 0
  1. <a href="http://www.w3.org/Style/css"
  2.  style="{color: blue; background: white}
  3.     :visited {color: green}
  4.     :hover {background: yellow}
  5.     :visited:hover {color: purple}
  6.     ">
  7.  Example of a hyperlink to the css home page with special one-off
  8.  visited and hover effects.
  9. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement