you are in: codestackercodes [RSS]cool link effect with css

cool link effect with css Delicious Email

show/hide lines
   1  a {
   2  	background-color:#fff;
   3  	border-width:1px;
   4  	border-style:solid;
   5  	border-bottom-color:#aaa;
   6  	border-right-color:#aaa;
   7  	border-top-color:#ddd;
   8  	border-left-color:#ddd;
   9  	border-radius:3px;
  10  	-moz-border-radius:3px;
  11  	-webkit-border-radius:3px;
  12  	-webkit-box-shadow:2px 2px 2px #bbb;
  13  	
  14  	padding: 10px;
  15  }
  16  a:hover {
  17  	border-top-color:#aaa;
  18  	border-left-color:#aaa;
  19  	border-right-color:#ddd;
  20  	border-bottom-color:#ddd;
  21  	-webkit-box-shadow:0 0 0;
  22  }
created by leozera — 01 May 2009 — get a short url — tags: css embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image