Created
June 29, 2012 11:58
-
-
Save anonymous/3017567 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a { | |
text-decoration:none; | |
padding:5px 10px; | |
background:#eee; | |
line-height:45px; | |
display:inline-block; | |
border-radius:0.75em; | |
background-image:linear-gradient(90deg,#333,#aaa,#333); | |
color:#555; | |
text-shadow:1px 1px 3px white; | |
box-shadow:0 0 1px black, 3px 6px 8px gray; | |
} | |
a.ie9 { | |
background:#aaa; | |
box-shadow: | |
0 0 1px black, | |
3px 6px 8px gray, | |
inset 0 30px 30px -20px #000, | |
inset 0 -30px 30px -20px #000 | |
; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="http://www.siteduzero.com/forum-83-782462-p1-creer-un-bouton-extensible-en-css.html" >un bouton extensible</a> | |
<a href="http://www.siteduzero.com/forum-83-782462-p1-creer-un-bouton-extensible-en-css.html" class="ie9">un bouton extensible</a> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment